diff options
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 |