wget: add TODO
[oweals/busybox.git] / networking / Config.in
index f9ea5648840d6ed8f8c68b24d53e3c99af7c3f73..34847a14b49f305ad541b00e2aaa127a89a479ac 100644 (file)
@@ -53,7 +53,7 @@ config FTPPUT
 config FEATURE_FTPGETPUT_LONG_OPTIONS
        bool "Enable long options in ftpget/ftpput"
        default n
-       depends on GETOPT_LONG && (CONFIG_FTPGET || FTPPUT)
+       depends on GETOPT_LONG && (FTPGET || FTPPUT)
        help
          Support long options for the ftpget/ftpput applet.
 
@@ -69,14 +69,6 @@ config HTTPD
        help
          Serve web pages via an HTTP server.
 
-config FEATURE_HTTPD_WITHOUT_INETD
-       bool "Support using httpd as a daemon (not from inetd)"
-       default n
-       depends on HTTPD
-       help
-         This option enables uid and port options for the httpd applet,
-         and eliminates the need to be called from the inetd server daemon.
-
 config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
        bool "Support reloading the global config file using hup signal"
        default n
@@ -239,20 +231,20 @@ config FEATURE_IFUPDOWN_IP_BUILTIN
        help
          Use the busybox iproute "ip" applet to implement "ifupdown".
 
-         If leave this disabled, you must install the full-blown iproute2
+         If left disabled, you must install the full-blown iproute2
          utility or the  "ifup" and "ifdown" applets will not work.
 
-config FEATURE_IFUPDOWN_IP_BUILTIN
+config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
        bool "Use busybox ifconfig and route applets"
        default y
-       depends on IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
+       depends on IFUPDOWN && !FEATURE_IFUPDOWN_IP
        select IFCONFIG
        select ROUTE
        help
          Use the busybox iproute "ifconfig" and "route" applets to
          implement the "ifup" and "ifdown" utilities.
 
-         If leave this disabled, you must install the full-blown ifconfig
+         If left disabled, you must install the full-blown ifconfig
          and route utilities, or the  "ifup" and "ifdown" applets will not
          work.