diff options
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/hostfiles/etc/config/ntpclient | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/uci/hostfiles/etc/config/ntpclient b/contrib/uci/hostfiles/etc/config/ntpclient index 169511378..1b56f1b7d 100644 --- a/contrib/uci/hostfiles/etc/config/ntpclient +++ b/contrib/uci/hostfiles/etc/config/ntpclient @@ -1,22 +1,22 @@ -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 count 10 |