diff options
author | Denys Vlasenko | 2014-03-23 15:06:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2014-03-23 18:34:51 +0100 |
commit | 504fe45f35bab29752d39cc2d39d2e8c43fe6eac (patch) | |
tree | 0ba9037b307bf01dd057881d1a72787481da8c6a /networking/Config.src | |
parent | f332617fbd9248f34cff183a2a4caa961730625d (diff) | |
download | busybox-504fe45f35bab29752d39cc2d39d2e8c43fe6eac.zip busybox-504fe45f35bab29752d39cc2d39d2e8c43fe6eac.tar.gz |
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 <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index ca0ddcd..fbad7ec 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 |