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

config ntpclient
	option hostname '1.openwrt.pool.ntp.org'
	option port     '123'
	option count    '0'

config ntpclient
	option hostname '2.openwrt.pool.ntp.org'
	option port     '123'
	option count    '0'

config ntpclient
	option hostname '3.openwrt.pool.ntp.org'
	option port     '123'
	option count    '0'

config ntpdrift
	option freq     '0'