diff options
author | Adam Tkac | 2009-11-22 03:43:55 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-11-22 03:43:55 +0100 |
commit | b1585064fdac138b3bd14c2b64f64c67ec08b654 (patch) | |
tree | b632b12a9aea4953751bb1569bf9290db42c5c4d /networking/Config.in | |
parent | d095fd4d95fd6241847f01e4fd674bc177310c33 (diff) | |
download | busybox-b1585064fdac138b3bd14c2b64f64c67ec08b654.zip busybox-b1585064fdac138b3bd14c2b64f64c67ec08b654.tar.gz |
ntpd: new applet by Adam Tkac. +5k.
Signed-off-by: Adam Tkac <vonsch@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 |