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 | |
parent | f8f30bff82b7e4bb611575348946112a464583c4 (diff) | |
download | mtk-20170518-be49daffc86c0780d11fedfab92c47eeca13812e.zip mtk-20170518-be49daffc86c0780d11fedfab92c47eeca13812e.tar.gz mtk-20170518-be49daffc86c0780d11fedfab92c47eeca13812e.tar.bz2 |
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
SVN-Revision: 28933
6 files changed, 6 insertions, 6 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system index ad51db5..314f291 100644 --- a/package/base-files/files/etc/config/system +++ b/package/base-files/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 diff --git a/target/linux/adm5120/base-files/etc/config/system b/target/linux/adm5120/base-files/etc/config/system index e7757d3..ea54ca1 100644 --- a/target/linux/adm5120/base-files/etc/config/system +++ b/target/linux/adm5120/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 diff --git a/target/linux/at91/flexibity/base-files/etc/config/system b/target/linux/at91/flexibity/base-files/etc/config/system index 18f1f0e..ba7e87c 100644 --- a/target/linux/at91/flexibity/base-files/etc/config/system +++ b/target/linux/at91/flexibity/base-files/etc/config/system @@ -2,7 +2,7 @@ config 'system' option 'timezone' 'UTC' option 'hostname' 'flexibity' -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 diff --git a/target/linux/atheros/base-files/etc/config/system b/target/linux/atheros/base-files/etc/config/system index faf5d67..1d29ad8 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 diff --git a/target/linux/kirkwood/base-files-Dockstar/etc/config/system b/target/linux/kirkwood/base-files-Dockstar/etc/config/system index 7724007..81ac978 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 diff --git a/target/linux/x86/alix2/base-files/etc/config/system b/target/linux/x86/alix2/base-files/etc/config/system index c952b97..473586e 100644 --- a/target/linux/x86/alix2/base-files/etc/config/system +++ b/target/linux/x86/alix2/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 |