[packages] ntpclient: add option to bind ntpclient to a specific interface (#6470)
[openwrt/svn-archive/archive.git] / net / ntpclient / files / ntpclient.config
index 25a6269b9d6d2bc3ca614c93f3fc081505c506e8..10be886263565aece5c5b7344e3f1c1db97c515c 100644 (file)
@@ -1,19 +1,23 @@
-config ntpclient
+config ntpserver
        option hostname '0.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '1'
 
-config ntpclient
+config ntpserver
        option hostname '1.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '1'
 
-config ntpclient
+config ntpserver
        option hostname '2.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '1'
 
-config ntpclient
+config ntpserver
        option hostname '3.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '1'
+
+config ntpdrift
+       option freq     '0'
+
+config ntpclient
+       option interval 600
+       #option count   10
+       #option interface wan