summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/ntpclient
blob: 1b56f1b7d80dfbd59c9272273c50404963391d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config ntpserver
	option hostname '0.openwrt.pool.ntp.org'
	option port     '123'

config ntpserver
	option hostname '1.openwrt.pool.ntp.org'
	option port     '123'

config ntpserver
	option hostname '2.openwrt.pool.ntp.org'
	option port     '123'

config ntpserver
	option hostname '3.openwrt.pool.ntp.org'
	option port     '123'

config ntpdrift
	option freq     '0'

config ntpclient
	option interval	60
	#option count	10