From: Steven Barth Date: Wed, 20 Aug 2008 20:26:03 +0000 (+0000) Subject: updates X-Git-Tag: 0.8.0~325 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=cfc153984d3b518e90efff94454eab36ba2560b7 updates --- 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