[backfire] busybox: merge r28613
[openwrt-10.03/.git] / package / busybox / config / networking / Config.in
index 77a7b07c31a5e4cb75fdbc8c44909dfceb1f1c04..c5aeaf04db6b70f7259bd5c10bd4212d01c7bcfb 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 y
+       help
+         The NTP client/server daemon.
+
+config BUSYBOX_CONFIG_FEATURE_NTPD_SERVER
+       bool "Make ntpd usable as a NTP server"
+       default y
+       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