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/atheros/base-files/etc | |
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/atheros/base-files/etc')
-rw-r--r-- | target/linux/atheros/base-files/etc/config/system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/base-files/etc/config/system b/target/linux/atheros/base-files/etc/config/system index faf5d676c7..1d29ad8c39 100644 --- a/target/linux/atheros/base-files/etc/config/system +++ b/target/linux/atheros/base-files/etc/config/system @@ -2,7 +2,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 |