diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-10 12:16:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-10 12:16:41 +0000 |
commit | be49daffc86c0780d11fedfab92c47eeca13812e (patch) | |
tree | 7d8360a504568848744ba65265bf725c42e6c87d /target/linux/kirkwood | |
parent | f8f30bff82b7e4bb611575348946112a464583c4 (diff) | |
download | upstream-be49daffc86c0780d11fedfab92c47eeca13812e.tar.gz upstream-be49daffc86c0780d11fedfab92c47eeca13812e.tar.bz2 upstream-be49daffc86c0780d11fedfab92c47eeca13812e.zip |
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
SVN-Revision: 28933
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/base-files-Dockstar/etc/config/system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system index 7724007682..81ac978392 100644 --- a/target/linux/kirkwood/base-files-Dockstar/etc/config/system +++ b/target/linux/kirkwood/base-files-Dockstar/etc/config/system @@ -3,7 +3,7 @@ config system option 'hostname' 'OpenWrt' option 'timezone' 'UTC' -config timeserver +config timeserver ntp list server 0.openwrt.pool.ntp.org list server 1.openwrt.pool.ntp.org list server 2.openwrt.pool.ntp.org |