From cfc153984d3b518e90efff94454eab36ba2560b7 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 20 Aug 2008 20:26:03 +0000 Subject: [PATCH] updates --- contrib/uci/hostfiles/etc/config/ntpclient | 16 ++++++++-------- 1 file 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 -- 2.11.0