From ca64ec954fbe3a82355ff205b13ff67de817f353 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Feb 2008 01:59:43 +0000 Subject: [PATCH] more default ntp servers (see #2336) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10353 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ntpclient/files/ntpclient.config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net/ntpclient/files/ntpclient.config b/net/ntpclient/files/ntpclient.config index c79d07ace..25a6269b9 100644 --- a/net/ntpclient/files/ntpclient.config +++ b/net/ntpclient/files/ntpclient.config @@ -7,3 +7,13 @@ config ntpclient option hostname '1.openwrt.pool.ntp.org' option port '123' option count '1' + +config ntpclient + option hostname '2.openwrt.pool.ntp.org' + option port '123' + option count '1' + +config ntpclient + option hostname '3.openwrt.pool.ntp.org' + option port '123' + option count '1' -- 2.11.0