summaryrefslogtreecommitdiff
path: root/package/base-files/files/etc/config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-17 19:54:35 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-17 19:54:35 +0000
commitda55c9639aaae4c1997f40b223877c4c9321b82f (patch)
tree525e294dcd54beabd92c0154d4cbc3336f091f48 /package/base-files/files/etc/config
parent80bd4f660331158cb5f2879ad271cd1e1c99923e (diff)
downloadmtk-20170518-da55c9639aaae4c1997f40b223877c4c9321b82f.zip
mtk-20170518-da55c9639aaae4c1997f40b223877c4c9321b82f.tar.gz
mtk-20170518-da55c9639aaae4c1997f40b223877c4c9321b82f.tar.bz2
base-files (#7316) - improve rdate reliability - make rdate config more ntp like - move time server list to /etc/config/timeserver - bump package revision
SVN-Revision: 21495
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r--package/base-files/files/etc/config/system8
-rw-r--r--package/base-files/files/etc/config/timeserver24
2 files changed, 25 insertions, 7 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system
index 3f121bd..30055ea 100644
--- a/package/base-files/files/etc/config/system
+++ b/package/base-files/files/etc/config/system
@@ -3,10 +3,4 @@ config system
option timezone UTC
config rdate
- list server ac-ntp0.net.cmu.edu
- list server ptbtime1.ptb.de
- list server ac-ntp1.net.cmu.edu
- list server ntp.xs4all.nl
- list server ptbtime2.ptb.de
- list server cudns.cit.cornell.edu
- list server ptbtime3.ptb.de
+ option interface wan
diff --git a/package/base-files/files/etc/config/timeserver b/package/base-files/files/etc/config/timeserver
new file mode 100644
index 0000000..d8db088
--- /dev/null
+++ b/package/base-files/files/etc/config/timeserver
@@ -0,0 +1,24 @@
+config timeserver
+ option hostname ac-ntp0.net.cmu.edu
+# option interface wan
+
+config timeserver
+ option hostname ptbtime1.ptb.de
+
+config timeserver
+ option hostname ac-ntp1.net.cmu.edu
+
+config timeserver
+ option hostname tick.greyware.com
+
+config timeserver
+ option hostname ntp.xs4all.nl
+
+config timeserver
+ option hostname ptbtime2.ptb.de
+
+config timeserver
+ option hostname cudns.cit.cornell.edu
+
+config timeserver
+ option hostname ptbtime3.ptb.de