diff options
Diffstat (limited to 'contrib/uci/hostfiles/etc/config/ntpclient')
-rw-r--r-- | contrib/uci/hostfiles/etc/config/ntpclient | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/uci/hostfiles/etc/config/ntpclient b/contrib/uci/hostfiles/etc/config/ntpclient new file mode 100644 index 000000000..169511378 --- /dev/null +++ b/contrib/uci/hostfiles/etc/config/ntpclient @@ -0,0 +1,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' |