From b1585064fdac138b3bd14c2b64f64c67ec08b654 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Sun, 22 Nov 2009 03:43:55 +0100 Subject: ntpd: new applet by Adam Tkac. +5k. Signed-off-by: Adam Tkac Signed-off-by: Denys Vlasenko --- networking/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'networking/Config.in') 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 -- cgit v1.2.3