|
@@ -1,21 +1,20 @@
|
|
|
-
|
|
|
config system
|
|
|
- option hostname 'sg'
|
|
|
+ option hostname 'sg'
|
|
|
## Made in Berlin
|
|
|
- option timezone 'CET-1CEST'
|
|
|
+ option timezone 'CET-1CEST'
|
|
|
|
|
|
config timeserver 'ntp'
|
|
|
- list server '0.openwrt.pool.ntp.org'
|
|
|
- list server '1.openwrt.pool.ntp.org'
|
|
|
- list server '2.openwrt.pool.ntp.org'
|
|
|
- list server '3.openwrt.pool.ntp.org'
|
|
|
- option enable_server '0'
|
|
|
+ list server '0.openwrt.pool.ntp.org'
|
|
|
+ list server '1.openwrt.pool.ntp.org'
|
|
|
+ list server '2.openwrt.pool.ntp.org'
|
|
|
+ list server '3.openwrt.pool.ntp.org'
|
|
|
+ option enable_server '0'
|
|
|
|
|
|
config led 'led_lan'
|
|
|
- option name 'LAN'
|
|
|
- option sysfs 'd-link:green:power'
|
|
|
- option trigger 'netdev'
|
|
|
- option dev 'eth1'
|
|
|
- option dev 'wlan0'
|
|
|
- option mode 'link tx rx'
|
|
|
+ option name 'LAN'
|
|
|
+ option sysfs 'd-link:green:power'
|
|
|
+ option trigger 'netdev'
|
|
|
+ option dev 'eth1'
|
|
|
+ option dev 'wlan0'
|
|
|
+ option mode 'link tx rx'
|
|
|
|