ntpd: new applet by Adam Tkac. +5k.

Signed-off-by: Adam Tkac <vonsch@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Adam Tkac
2009-11-22 03:43:55 +01:00
committed by Denys Vlasenko
parent d095fd4d95
commit b1585064fd
5 changed files with 1026 additions and 0 deletions

View File

@@ -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