[packages] ntpclient: change check interval from 60 to 600 (upstream default) (closes...
[openwrt/svn-archive/archive.git] / net / ntpclient / files / ntpclient.config
index 0d9c01041f8fffb614a128a078f99d8f4b1a3e1c..c1402578f10d37db78166e0ac7068b67d17b933a 100644 (file)
@@ -1,22 +1,22 @@
-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