aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorAdam Tkac <vonsch@gmail.com>2009-11-22 03:43:55 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-22 03:43:55 +0100
commitb1585064fdac138b3bd14c2b64f64c67ec08b654 (patch)
treeb632b12a9aea4953751bb1569bf9290db42c5c4d /networking/Config.in
parentd095fd4d95fd6241847f01e4fd674bc177310c33 (diff)
downloadbusybox-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.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
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