From 504fe45f35bab29752d39cc2d39d2e8c43fe6eac Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 23 Mar 2014 15:06:38 +0100 Subject: ntpd: add optional support for /etc/ntp.conf function old new delta add_peers - 98 +98 packed_usage 29470 29511 +41 ntp_init 407 428 +21 pw_encrypt 14 27 +13 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 173/0) Total: 173 bytes Signed-off-by: Denys Vlasenko --- networking/Config.src | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'networking/Config.src') diff --git a/networking/Config.src b/networking/Config.src index ca0ddcdd9..fbad7ecb2 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -664,6 +664,14 @@ config FEATURE_NTPD_SERVER Make ntpd usable as a NTP server. If you disable this option ntpd will be usable only as a NTP client. +config FEATURE_NTPD_CONF + bool "Make ntpd understand /etc/ntp.conf" + default y + depends on NTPD + help + Make ntpd look in /etc/ntp.conf for peers. Only "server address" + is supported. + config PSCAN bool "pscan" default y -- cgit v1.2.3