clean up ntpclient uci
[openwrt/svn-archive/archive.git] / net / ntpclient / files / ntpclient.config
index 16951137801c78c3e605ce35719f9f8d171636a4..f7d24c3b9d7d70f659fa0c19e77c46a3a3102ab3 100644 (file)
@@ -1,22 +1,23 @@
-config ntpclient
+config ntpserver
        option hostname '0.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '0'
 
-config ntpclient
+config ntpserver
        option hostname '1.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '0'
 
-config ntpclient
+config ntpserver
        option hostname '2.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '0'
 
-config ntpclient
+config ntpserver
        option hostname '3.openwrt.pool.ntp.org'
        option port     '123'
-       option count    '0'
 
 config ntpdrift
        option freq     '0'
+
+config ntpclient
+       option interval 60
+       option iface    wan
+       #option count   10