diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-03-23 15:06:38 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-03-23 18:34:51 +0100 |
commit | 504fe45f35bab29752d39cc2d39d2e8c43fe6eac (patch) | |
tree | 0ba9037b307bf01dd057881d1a72787481da8c6a /networking/Config.src | |
parent | f332617fbd9248f34cff183a2a4caa961730625d (diff) | |
download | busybox-w32-504fe45f35bab29752d39cc2d39d2e8c43fe6eac.tar.gz busybox-w32-504fe45f35bab29752d39cc2d39d2e8c43fe6eac.tar.bz2 busybox-w32-504fe45f35bab29752d39cc2d39d2e8c43fe6eac.zip |
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 ca0ddcdd9..fbad7ecb2 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -664,6 +664,14 @@ config FEATURE_NTPD_SERVER | |||
664 | Make ntpd usable as a NTP server. If you disable this option | 664 | Make ntpd usable as a NTP server. If you disable this option |
665 | ntpd will be usable only as a NTP client. | 665 | ntpd will be usable only as a NTP client. |
666 | 666 | ||
667 | config FEATURE_NTPD_CONF | ||
668 | bool "Make ntpd understand /etc/ntp.conf" | ||
669 | default y | ||
670 | depends on NTPD | ||
671 | help | ||
672 | Make ntpd look in /etc/ntp.conf for peers. Only "server address" | ||
673 | is supported. | ||
674 | |||
667 | config PSCAN | 675 | config PSCAN |
668 | bool "pscan" | 676 | bool "pscan" |
669 | default y | 677 | default y |