clean up ntpclient uci
[packages.git] / net / ntpclient / files / ntpclient.config
1 config ntpserver
2         option hostname '0.openwrt.pool.ntp.org'
3         option port     '123'
4
5 config ntpserver
6         option hostname '1.openwrt.pool.ntp.org'
7         option port     '123'
8
9 config ntpserver
10         option hostname '2.openwrt.pool.ntp.org'
11         option port     '123'
12
13 config ntpserver
14         option hostname '3.openwrt.pool.ntp.org'
15         option port     '123'
16
17 config ntpdrift
18         option freq     '0'
19
20 config ntpclient
21         option interval 60
22         option iface    wan
23         #option count   10