From 4a26694483d1b67cae572a96bdbc5dd46f83351c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Feb 2008 01:59:43 +0000 Subject: [PATCH] more default ntp servers (see #2336) SVN-Revision: 10353 --- 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 c79d07ace0..25a6269b9d 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.30.2