update busybox menuconfig to 1.1.1, should fix the "missing reboot" bug
[openwrt.git] / package / busybox / config / networking / Config.in
index 996afb4..14e6b5f 100644 (file)
@@ -18,6 +18,25 @@ config BUSYBOX_CONFIG_ARPING
        help
          Ping hosts by ARP packets
 
+config BUSYBOX_CONFIG_DNSD
+       bool "dnsd"
+       default n
+       help
+         Small and static DNS server deamon. 
+
+config BUSYBOX_CONFIG_ETHER_WAKE
+       bool "ether-wake"
+       default n
+       help
+         Send a magic packet to wake up sleeping machines.
+
+config BUSYBOX_CONFIG_FAKEIDENTD
+       bool "fakeidentd"
+       default n
+       help
+         fakeidentd listens to the ident port and returns a set fake
+         value whatever it gets.
+
 config BUSYBOX_CONFIG_FTPGET
        bool "ftpget"
        default n
@@ -66,7 +85,6 @@ config BUSYBOX_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 BUSYBOX_CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
        bool "  Support reloading the global config file using hup signal"
@@ -101,7 +119,18 @@ config BUSYBOX_CONFIG_FEATURE_HTTPD_CGI
        depends on BUSYBOX_CONFIG_HTTPD
        help
          This option allows scripts and executables to be invoked
-         when specific urls are requested.
+         when specific urls are requested.
+
+config BUSYBOX_CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
+       bool "  Enable support for running scripts through an interpreter"
+       default n
+       depends on BUSYBOX_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 BUSYBOX_CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
        bool "  Support the REMOTE_PORT environment variable for CGI"
@@ -171,6 +200,7 @@ config BUSYBOX_CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
 config BUSYBOX_CONFIG_IFUPDOWN
        bool "ifupdown"
        default n
+       select BUSYBOX_CONFIG_RUN_PARTS
        help
          Activate or deactivate the specified interfaces.  This applet makes
          use of either "ifconfig" and "route" or the "ip" command to actually
@@ -291,6 +321,13 @@ config BUSYBOX_CONFIG_FEATURE_INETD_SUPPORT_BILTIN_CHARGEN
        help
          Familiar character generator internal inetd service
 
+config BUSYBOX_CONFIG_FEATURE_INETD_RPC
+       bool "  Support RPC services"
+       default n
+       depends on BUSYBOX_CONFIG_INETD
+       help
+         Suuport Sun-RPC based services
+
 
 config BUSYBOX_CONFIG_IP
        bool "ip"
@@ -406,7 +443,7 @@ config BUSYBOX_CONFIG_NAMEIF
          File fields are separated by space or tab.
          File format:
          # Comment
-         new_interface_name    XX:XX:XX:XX:XX:XX
+         new_interface_name    XX:XX:XX:XX:XX:XX
 
 config BUSYBOX_CONFIG_NC
        bool "nc"
@@ -421,6 +458,14 @@ config BUSYBOX_CONFIG_NETMSG
        help
          simple program for sending udp broadcast messages
 
+config BUSYBOX_CONFIG_NC_GAPING_SECURITY_HOLE
+       bool "gaping security hole"
+       default n
+       depends on BUSYBOX_CONFIG_NC
+       help
+         Add support for executing a program after making or receiving a
+         successful connection (-e option).
+
 config BUSYBOX_CONFIG_NETSTAT
        bool "netstat"
        default y
@@ -498,7 +543,6 @@ config BUSYBOX_CONFIG_FEATURE_TELNET_AUTOLOGIN
 config BUSYBOX_CONFIG_TELNETD
        bool "telnetd"
        default y
-       #select BUSYBOX_CONFIG_LOGIN
        help
          A daemon for the TELNET protocol, allowing you to log onto the host
          running the daemon.  Please keep in mind that the TELNET protocol
@@ -600,6 +644,22 @@ config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_VERBOSE
          Add some verbosity to traceroute.  This includes amongst other things
          hostnames and ICMP response types.
 
+config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
+       bool "  Enable loose source route"
+       default n
+       depends on BUSYBOX_CONFIG_TRACEROUTE
+       help
+         Add option to specify a loose source route gateway
+         (8 maximum).
+
+config BUSYBOX_CONFIG_FEATURE_TRACEROUTE_USE_ICMP
+       bool "  Use ICMP instead of UDP"
+       default n
+       depends on BUSYBOX_CONFIG_TRACEROUTE
+       help
+         Add feature to allow for ICMP ECHO instead of UDP datagrams.
+
+
 config BUSYBOX_CONFIG_VCONFIG
        bool "vconfig"
        default y
@@ -636,5 +696,16 @@ config BUSYBOX_CONFIG_FEATURE_WGET_IP6_LITERAL
 
 source package/busybox/config/networking/udhcp/Config.in
 
+config BUSYBOX_CONFIG_ZCIP
+       bool "zcip"
+       default n
+       help
+         ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
+         It's a daemon that allocates and defends a dynamically assigned
+         address on the 169.254/16 network, requiring no system administrator.
+
+         See http://www.zeroconf.org for further details, and "zcip.script"
+         in the busybox examples.
+
 endmenu