summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-07 21:26:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-07 21:26:12 +0000
commit1cd4b501642b5a5beecb2a80814fbe4705317893 (patch)
treea29751445db15ee76fdeb51be9662c009819f0ce /target
parent2c59d54a439100e0a19751f44a08c96945c3f42d (diff)
downloadmaster-31e0f0ae-1cd4b501642b5a5beecb2a80814fbe4705317893.tar.gz
master-31e0f0ae-1cd4b501642b5a5beecb2a80814fbe4705317893.tar.bz2
master-31e0f0ae-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/system8
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'