X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2d624f25b50a7caf7d8c6cbcb273fde57a6d3cca..HEAD:/target/linux/kirkwood/base-files-Dockstar/etc/config/system?ds=sidebyside diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system index 4de2b9f0b..81ac97839 100644 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/system +++ b/target/linux/kirkwood/base-files-Dockstar/etc/config/system @@ -1,14 +1,19 @@ # system file for Dockstar config system - option hostname OpenWrt - option timezone UTC + option 'hostname' 'OpenWrt' + option 'timezone' 'UTC' + +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 -config rdate - option interface eth0 config led option 'sysfs' 'dockstar:green:health' option 'trigger' 'none' option 'default' '1' + config led option 'sysfs' 'dockstar:orange:misc' option 'trigger' 'netdev'