diff options
author | Steven Barth <steven@midlink.org> | 2008-08-20 20:26:03 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-20 20:26:03 +0000 |
commit | cfc153984d3b518e90efff94454eab36ba2560b7 (patch) | |
tree | 86d6794e10e20dba925504e8c7051b80b6769ec3 /contrib | |
parent | 480b181631cede362a5f5477e35bf30a67f26394 (diff) |
updates
Diffstat (limited to 'contrib')
-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 |