OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #!/bin/sh
2  
3 . /lib/functions/uci-defaults.sh
4  
5 board_config_update
6  
7 ucidef_set_hostname "BenNanoNote"
8 ucidef_set_ntpserver
9  
10 board_config_flush
11  
12 exit 0