diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-07 21:26:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-07 21:26:12 +0000 |
commit | 1cd4b501642b5a5beecb2a80814fbe4705317893 (patch) | |
tree | a29751445db15ee76fdeb51be9662c009819f0ce /target | |
parent | 2c59d54a439100e0a19751f44a08c96945c3f42d (diff) | |
download | upstream-1cd4b501642b5a5beecb2a80814fbe4705317893.tar.gz upstream-1cd4b501642b5a5beecb2a80814fbe4705317893.tar.bz2 upstream-1cd4b501642b5a5beecb2a80814fbe4705317893.zip |
fix Dockstart default rdate interface in system config, reformat
SVN-Revision: 22975
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/system | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system index 4de2b9f0bd..d3386cec25 100644 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/system +++ b/target/linux/kirkwood/base-files-Dockstar/etc/config/system @@ -1,14 +1,16 @@ # system file for Dockstar config system - option hostname OpenWrt - option timezone UTC + option 'hostname' 'OpenWrt' + option 'timezone' 'UTC' config rdate - option interface eth0 + option 'interface' 'lan' + config led option 'sysfs' 'dockstar:green:health' option 'trigger' 'none' option 'default' '1' + config led option 'sysfs' 'dockstar:orange:misc' option 'trigger' 'netdev' |