Remove code for protocols we don't properly support. (Most of this could
[oweals/busybox.git] / networking / Config.in
index be863d3b6ba1ed173fc45fcdd03b735a412c6629..03b8d7bde07cb0199e7a325ada6fe8e183201e0a 100644 (file)
@@ -18,6 +18,12 @@ config CONFIG_ARPING
        help
          Ping hosts by ARP packets
 
+config CONFIG_DNSD
+       bool "dnsd"
+       default n
+       help
+         Small and static DNS server deamon. 
+
 config CONFIG_ETHER_WAKE
        bool "ether-wake"
        default n
@@ -79,7 +85,6 @@ config CONFIG_FEATURE_HTTPD_AUTH_MD5
          Enables basic per url authentication from /etc/httpd.conf
          using md5 passwords.
 
-
 if !CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY
 config CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
        bool "  Support reloading the global config file using hup signal"
@@ -116,6 +121,17 @@ config CONFIG_FEATURE_HTTPD_CGI
          This option allows scripts and executables to be invoked
          when specific urls are requested.
 
+config CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
+       bool "  Enable support for running scripts through an interpreter"
+       default n
+       depends on CONFIG_FEATURE_HTTPD_CGI
+       help
+         This option enables support for running scripts through an 
+         interpreter. Turn this on, if you want PHP scripts to work 
+         properly. You need to supply an addition line in your httpd 
+         config file:
+         *.php:/path/to/your/php
+
 config CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
        bool "  Support the REMOTE_PORT environment variable for CGI"
        default n
@@ -244,7 +260,7 @@ config CONFIG_FEATURE_IFUPDOWN_IPV4
 config CONFIG_FEATURE_IFUPDOWN_IPV6
        bool "  Enable support for IPv6"
        default n
-       depends on CONFIG_IFUPDOWN
+       depends on CONFIG_IFUPDOWN && CONFIG_FEATURE_IPV6
        help
          If you need support for IPv6, turn this option on.
 
@@ -270,35 +286,35 @@ config CONFIG_INETD
        help
          Internet superserver daemon
 
-config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_ECHO
+config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO
        bool "  Support echo service"
        default y
        depends on CONFIG_INETD
        help
          Echo received data internal inetd service
 
-config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DISCARD
+config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
        bool "  Support discard service"
        default y
        depends on CONFIG_INETD
        help
          Internet /dev/null internal inetd service
 
-config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_TIME
+config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME
        bool "  Support time service"
        default y
        depends on CONFIG_INETD
        help
          Return 32 bit time since 1900 internal inetd service
 
-config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DAYTIME
+config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
        bool "  Support daytime service"
        default y
        depends on CONFIG_INETD
        help
          Return human-readable time internal inetd service
 
-config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_CHARGEN
+config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
        bool "  Support chargen service"
        default y
        depends on CONFIG_INETD
@@ -627,7 +643,7 @@ config CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
        default n
        depends on CONFIG_TRACEROUTE
        help
-         Add feature for can specify a loose source route gateway
+         Add option to specify a loose source route gateway
          (8 maximum).
 
 config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
@@ -635,8 +651,9 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
        default n
        depends on CONFIG_TRACEROUTE
        help
-         Add feature for can use ICMP ECHO instead of UDP datagrams.
+         Add feature to allow for ICMP ECHO instead of UDP datagrams.
 
+source networking/udhcp/Config.in
 
 config CONFIG_VCONFIG
        bool "vconfig"
@@ -668,12 +685,10 @@ config CONFIG_FEATURE_WGET_AUTHENTICATION
 config CONFIG_FEATURE_WGET_IP6_LITERAL
        bool "  Enable IPv6 literal addresses"
        default y
-       depends on CONFIG_WGET
+       depends on CONFIG_WGET && CONFIG_FEATURE_IPV6
        help
          Support IPv6 address literal notation in URLs.
 
-source networking/udhcp/Config.in
-
 config CONFIG_ZCIP
        bool "zcip"
        default n