[kirkwood] fix Dockstart default rdate interface in system config, reformat
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Sep 2010 21:26:12 +0000 (21:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Sep 2010 21:26:12 +0000 (21:26 +0000)
SVN-Revision: 22975

target/linux/kirkwood/base-files-Dockstar/etc/config/system

index 4de2b9f0bd726b66e3eb1297f0efc99befe75c3f..d3386cec25bb5966adaca06277b21b2860014679 100644 (file)
@@ -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'