diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 5f1b6f6..3d29622 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -661,6 +661,20 @@ config NSLOOKUP help nslookup is a tool to query Internet name servers. +config NTPD + bool "ntpd" + default n + help + The NTP client/server daemon. + +config FEATURE_NTPD_SERVER + bool "Make ntpd usable as a NTP server" + default y + depends on NTPD + help + Make ntpd usable as a NTP server. If you disable this option + ntpd will be usable only as a NTP client. + config PING bool "ping" default n |