aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 5f1b6f636..3d29622da 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -661,6 +661,20 @@ config NSLOOKUP
661 help 661 help
662 nslookup is a tool to query Internet name servers. 662 nslookup is a tool to query Internet name servers.
663 663
664config NTPD
665 bool "ntpd"
666 default n
667 help
668 The NTP client/server daemon.
669
670config FEATURE_NTPD_SERVER
671 bool "Make ntpd usable as a NTP server"
672 default y
673 depends on NTPD
674 help
675 Make ntpd usable as a NTP server. If you disable this option
676 ntpd will be usable only as a NTP client.
677
664config PING 678config PING
665 bool "ping" 679 bool "ping"
666 default n 680 default n