[backfire] busybox: backport ntpd applet from trunk busybox, keep it disabled for now
[openwrt-10.03/.git] / package / busybox / config / networking / Config.in
index 77a7b07c31a5e4cb75fdbc8c44909dfceb1f1c04..ea72f2de52dddcdf117d99055b407aed0f7a0ca3 100644 (file)
@@ -667,6 +667,20 @@ config BUSYBOX_CONFIG_NSLOOKUP
        help
          nslookup is a tool to query Internet name servers.
 
+config BUSYBOX_CONFIG_NTPD
+       bool "ntpd"
+       default n
+       help
+         The NTP client/server daemon.
+
+config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
+       bool "Make ntpd usable as a NTP server"
+       default n
+       depends on BUSYBOX_CONFIG_NTPD
+       help
+         Make ntpd usable as a NTP server. If you disable this option
+         ntpd will be usable only as a NTP client.
+
 config BUSYBOX_CONFIG_PING
        bool "ping"
        default y