Browse Source

fix Dockstart default rdate interface in system config, reformat

SVN-Revision: 22975
Jo-Philipp Wich 15 years ago
parent
commit
1cd4b50164
1 changed files with 5 additions and 3 deletions
  1. 5 3
      target/linux/kirkwood/base-files-Dockstar/etc/config/system

+ 5 - 3
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'