summaryrefslogtreecommitdiff
path: root/busybox-networking.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948 /busybox-networking.kconfig
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-networking.kconfig')
-rw-r--r--busybox-networking.kconfig78
1 files changed, 0 insertions, 78 deletions
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index 95f8942..c75fb2c 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -7,7 +7,6 @@ menu "Networking Utilities"
config FEATURE_IPV6
bool "Enable IPv6 support"
- default n
help
Enable IPv6 support in busybox.
This adds IPv6 support in the networking applets.
@@ -29,7 +28,6 @@ config FEATURE_PREFER_IPV4_ADDRESS
config VERBOSE_RESOLUTION_ERRORS
bool "Verbose resolution errors"
- default n
help
Enable if you are not satisfied with simplistic
"can't resolve 'hostname.com'" and want to know more.
@@ -37,26 +35,22 @@ config VERBOSE_RESOLUTION_ERRORS
config ARP
bool "arp"
- default n
help
Manipulate the system ARP cache.
config ARPING
bool "arping"
- default n
help
Ping hosts by ARP packets.
config BRCTL
bool "brctl"
- default n
help
Manage ethernet bridges.
Supports addbr/delbr and addif/delif.
config FEATURE_BRCTL_FANCY
bool "Fancy options"
- default n
depends on BRCTL
help
Add support for extended option like:
@@ -67,7 +61,6 @@ config FEATURE_BRCTL_FANCY
config FEATURE_BRCTL_SHOW
bool "Support show, showmac and showstp"
- default n
depends on BRCTL && FEATURE_BRCTL_FANCY
help
Add support for option which prints the current config:
@@ -75,19 +68,16 @@ config FEATURE_BRCTL_SHOW
config DNSD
bool "dnsd"
- default n
help
Small and static DNS server daemon.
config ETHER_WAKE
bool "ether-wake"
- default n
help
Send a magic packet to wake up sleeping machines.
config FAKEIDENTD
bool "fakeidentd"
- default n
select FEATURE_SYSLOG
help
fakeidentd listens on the ident port and returns a predefined
@@ -95,38 +85,32 @@ config FAKEIDENTD
config FTPGET
bool "ftpget"
- default n
help
Retrieve a remote file via FTP.
config FTPPUT
bool "ftpput"
- default n
help
Store a remote file via FTP.
config FEATURE_FTPGETPUT_LONG_OPTIONS
bool "Enable long options in ftpget/ftpput"
- default n
depends on GETOPT_LONG && (FTPGET || FTPPUT)
help
Support long options for the ftpget/ftpput applet.
config HOSTNAME
bool "hostname"
- default n
help
Show or set the system's host name.
config HTTPD
bool "httpd"
- default n
help
Serve web pages via an HTTP server.
config FEATURE_HTTPD_RANGES
bool "Support 'Ranges:' header"
- default n
depends on HTTPD
help
Makes httpd emit "Accept-Ranges: bytes" header and understand
@@ -135,7 +119,6 @@ config FEATURE_HTTPD_RANGES
config FEATURE_HTTPD_USE_SENDFILE
bool "Use sendfile system call"
- default n
depends on HTTPD
help
When enabled, httpd will use the kernel sendfile() function
@@ -143,7 +126,6 @@ config FEATURE_HTTPD_USE_SENDFILE
config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
bool "Support reloading of global config file on HUP signal"
- default n
depends on HTTPD
help
This option enables processing of SIGHUP to reload cached
@@ -151,7 +133,6 @@ config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
config FEATURE_HTTPD_SETUID
bool "Enable -u <user> option"
- default n
depends on HTTPD
help
This option allows the server to run as a specific user
@@ -169,7 +150,6 @@ config FEATURE_HTTPD_BASIC_AUTH
config FEATURE_HTTPD_AUTH_MD5
bool "Support MD5 crypted passwords for http Authentication"
- default n
depends on FEATURE_HTTPD_BASIC_AUTH
help
Enables basic per URL authentication from /etc/httpd.conf
@@ -177,7 +157,6 @@ config FEATURE_HTTPD_AUTH_MD5
config FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
bool "Support loading additional MIME types at run-time"
- default n
depends on HTTPD
help
This option enables support for additional MIME types at
@@ -193,7 +172,6 @@ config FEATURE_HTTPD_CGI
config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
bool "Support for running scripts through an interpreter"
- default n
depends on FEATURE_HTTPD_CGI
help
This option enables support for running scripts through an
@@ -204,7 +182,6 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
bool "Set REMOTE_PORT environment variable for CGI"
- default n
depends on FEATURE_HTTPD_CGI
help
Use of this option can assist scripts in generating
@@ -222,11 +199,9 @@ config FEATURE_HTTPD_ENCODE_URL_STR
config FEATURE_HTTPD_ERROR_PAGES
bool "Support for custom error pages"
- default n
depends on HTTPD
help
This option allows you to define custom error pages in
- the configuration file instead of the default HTTP status
error pages. For instance, if you add the line:
E404:/path/e404.html
in the config file, the server will respond the specified
@@ -235,7 +210,6 @@ config FEATURE_HTTPD_ERROR_PAGES
config FEATURE_HTTPD_PROXY
bool "Support for reverse proxy"
- default n
depends on HTTPD
help
This option allows you to define URLs that will be forwarded
@@ -247,7 +221,6 @@ config FEATURE_HTTPD_PROXY
config IFCONFIG
bool "ifconfig"
- default n
help
Ifconfig is used to configure the kernel-resident network interfaces.
@@ -261,7 +234,6 @@ config FEATURE_IFCONFIG_STATUS
config FEATURE_IFCONFIG_SLIP
bool "Enable slip-specific options \"keepalive\" and \"outfill\""
- default n
depends on IFCONFIG
help
Allow "keepalive" and "outfill" support for SLIP. If you're not
@@ -269,7 +241,6 @@ config FEATURE_IFCONFIG_SLIP
config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
- default n
depends on IFCONFIG
help
Allow the start address for shared memory, start address for I/O,
@@ -286,7 +257,6 @@ config FEATURE_IFCONFIG_HW
config FEATURE_IFCONFIG_BROADCAST_PLUS
bool "Set the broadcast automatically"
- default n
depends on IFCONFIG
help
Setting this will make ifconfig attempt to find the broadcast
@@ -294,14 +264,12 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
config IFENSLAVE
bool "ifenslave"
- default n
help
Userspace application to bind several interfaces
to a logical interface (use with kernel bonding driver).
config IFUPDOWN
bool "ifupdown"
- default n
help
Activate or deactivate the specified interfaces. This applet makes
use of either "ifconfig" and "route" or the "ip" command to actually
@@ -328,7 +296,6 @@ config IFUPDOWN_IFSTATE_PATH
config FEATURE_IFUPDOWN_IP
bool "Use ip applet"
- default n
depends on IFUPDOWN
help
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
@@ -371,7 +338,6 @@ config FEATURE_IFUPDOWN_IPV4
config FEATURE_IFUPDOWN_IPV6
bool "Support for IPv6"
- default n
depends on IFUPDOWN && FEATURE_IPV6
help
If you need support for IPv6, turn this option on.
@@ -379,7 +345,6 @@ config FEATURE_IFUPDOWN_IPV6
### UNUSED
###config FEATURE_IFUPDOWN_IPX
### bool "Support for IPX"
-### default n
### depends on IFUPDOWN
### help
### If this option is selected you can use busybox to work with IPX
@@ -387,7 +352,6 @@ config FEATURE_IFUPDOWN_IPV6
config FEATURE_IFUPDOWN_MAPPING
bool "Enable mapping support"
- default n
depends on IFUPDOWN
help
This enables support for the "mapping" stanza, unless you have
@@ -395,7 +359,6 @@ config FEATURE_IFUPDOWN_MAPPING
config FEATURE_IFUPDOWN_EXTERNAL_DHCP
bool "Support for external dhcp clients"
- default n
depends on IFUPDOWN
help
This enables support for the external dhcp clients. Clients are
@@ -405,7 +368,6 @@ config FEATURE_IFUPDOWN_EXTERNAL_DHCP
config INETD
bool "inetd"
- default n
select FEATURE_SYSLOG
help
Internet superserver daemon
@@ -447,7 +409,6 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
config FEATURE_INETD_RPC
bool "Support RPC services"
- default n
depends on INETD
select FEATURE_HAVE_RPC
help
@@ -455,7 +416,6 @@ config FEATURE_INETD_RPC
config IP
bool "ip"
- default n
help
The "ip" applet is a TCP/IP interface configuration and routing
utility. You generally don't need "ip" to use busybox with
@@ -484,21 +444,18 @@ config FEATURE_IP_ROUTE
config FEATURE_IP_TUNNEL
bool "ip tunnel"
- default n
depends on IP
help
Add support for tunneling commands to "ip".
config FEATURE_IP_RULE
bool "ip rule"
- default n
depends on IP
help
Add support for rule commands to "ip".
config FEATURE_IP_SHORT_FORMS
bool "Support short forms of ip commands"
- default n
depends on IP
help
Also support short-form of ip <OBJECT> commands:
@@ -513,7 +470,6 @@ config FEATURE_IP_SHORT_FORMS
config FEATURE_IP_RARE_PROTOCOLS
bool "Support displaying rarely used link types"
- default n
depends on IP
help
If you are not going to use links of type "frad", "econet",
@@ -548,7 +504,6 @@ config IPRULE
config IPCALC
bool "ipcalc"
- default n
help
ipcalc takes an IP address and netmask and calculates the
resulting broadcast, network, and host range.
@@ -563,14 +518,12 @@ config FEATURE_IPCALC_FANCY
config FEATURE_IPCALC_LONG_OPTIONS
bool "Enable long options"
- default n
depends on IPCALC && GETOPT_LONG
help
Support long options for the ipcalc applet.
config NAMEIF
bool "nameif"
- default n
select FEATURE_SYSLOG
help
nameif is used to rename network interface by its MAC address.
@@ -585,7 +538,6 @@ config NAMEIF
config FEATURE_NAMEIF_EXTENDED
bool "Extended nameif"
- default n
depends on NAMEIF
help
This extends the nameif syntax to support the bus_info and driver
@@ -598,21 +550,18 @@ config FEATURE_NAMEIF_EXTENDED
config NC
bool "nc"
- default n
help
A simple Unix utility which reads and writes data across network
connections.
config NC_SERVER
bool "Netcat server options (-l)"
- default n
depends on NC
help
Allow netcat to act as a server.
config NC_EXTRA
bool "Netcat extensions (-eiw and filename)"
- default n
depends on NC
help
Add -e (support for executing the rest of the command line after
@@ -621,13 +570,11 @@ config NC_EXTRA
config NETSTAT
bool "netstat"
- default n
help
netstat prints information about the Linux networking subsystem.
config FEATURE_NETSTAT_WIDE
bool "Enable wide netstat output"
- default n
depends on NETSTAT
help
Add support for wide columns. Useful when displaying IPv6 addresses
@@ -635,7 +582,6 @@ config FEATURE_NETSTAT_WIDE
config FEATURE_NETSTAT_PRG
bool "Enable PID/Program name output"
- default n
depends on NETSTAT
help
Add support for -p flag to print out PID and program name.
@@ -643,20 +589,17 @@ config FEATURE_NETSTAT_PRG
config NSLOOKUP
bool "nslookup"
- default n
help
nslookup is a tool to query Internet name servers.
config PING
bool "ping"
- default n
help
ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
elicit an ICMP ECHO_RESPONSE from a host or gateway.
config PING6
bool "ping6"
- default n
depends on FEATURE_IPV6 && PING
help
This will give you a ping that can talk IPv6.
@@ -671,26 +614,22 @@ config FEATURE_FANCY_PING
config PSCAN
bool "pscan"
- default n
help
Simple network port scanner.
config ROUTE
bool "route"
- default n
help
Route displays or manipulates the kernel's IP routing tables.
config SLATTACH
bool "slattach"
- default n
help
slattach is a small utility to attach network interfaces to serial
lines.
#config TC
# bool "tc"
-# default n
# help
# show / manipulate traffic control settings
#
@@ -700,7 +639,6 @@ config SLATTACH
config TELNET
bool "telnet"
- default n
help
Telnet is an interface to the TELNET protocol, but is also commonly
used to test other simple protocols.
@@ -726,7 +664,6 @@ config FEATURE_TELNET_AUTOLOGIN
config TELNETD
bool "telnetd"
- default n
select FEATURE_SYSLOG
help
A daemon for the TELNET protocol, allowing you to log onto the host
@@ -769,14 +706,12 @@ config TELNETD
config FEATURE_TELNETD_STANDALONE
bool "Support standalone telnetd (not inetd only)"
- default n
depends on TELNETD
help
Selecting this will make telnetd able to run standalone.
config TFTP
bool "tftp"
- default n
help
This enables the Trivial File Transfer Protocol client program. TFTP
is usually used for simple, small transfers such as a root image
@@ -784,7 +719,6 @@ config TFTP
config TFTPD
bool "tftpd"
- default n
help
This enables the Trivial File Transfer Protocol server program.
It expects that stdin is a datagram socket and a packet
@@ -812,7 +746,6 @@ config FEATURE_TFTP_PUT
config FEATURE_TFTP_BLOCKSIZE
bool "Enable \"blksize\" protocol option"
- default n
depends on TFTP || TFTPD
help
Allow tftp to specify block size, and tftpd to understand
@@ -820,7 +753,6 @@ config FEATURE_TFTP_BLOCKSIZE
config TFTP_DEBUG
bool "Enable debug"
- default n
depends on TFTP
help
Enable debug settings for tftp. This is useful if you're running
@@ -829,13 +761,11 @@ config TFTP_DEBUG
config TRACEROUTE
bool "traceroute"
- default n
help
Utility to trace the route of IP packets
config FEATURE_TRACEROUTE_VERBOSE
bool "Enable verbose output"
- default n
depends on TRACEROUTE
help
Add some verbosity to traceroute. This includes amongst other things
@@ -843,7 +773,6 @@ config FEATURE_TRACEROUTE_VERBOSE
config FEATURE_TRACEROUTE_SOURCE_ROUTE
bool "Enable loose source route"
- default n
depends on TRACEROUTE
help
Add option to specify a loose source route gateway
@@ -851,7 +780,6 @@ config FEATURE_TRACEROUTE_SOURCE_ROUTE
config FEATURE_TRACEROUTE_USE_ICMP
bool "Use ICMP instead of UDP"
- default n
depends on TRACEROUTE
help
Add feature to allow for ICMP ECHO instead of UDP datagrams.
@@ -860,13 +788,11 @@ source networking/udhcp/Config.in
config VCONFIG
bool "vconfig"
- default n
help
Creates, removes, and configures VLAN interfaces
config WGET
bool "wget"
- default n
help
wget is a utility for non-interactive download of files from HTTP,
HTTPS, and FTP servers.
@@ -887,14 +813,12 @@ config FEATURE_WGET_AUTHENTICATION
config FEATURE_WGET_LONG_OPTIONS
bool "Enable long options"
- default n
depends on WGET && GETOPT_LONG
help
Support long options for the wget applet.
config ZCIP
bool "zcip"
- default n
select FEATURE_SYSLOG
help
ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
@@ -906,14 +830,12 @@ config ZCIP
config TCPSVD
bool "tcpsvd"
- default n
help
tcpsvd listens on a TCP port and runs a program for each new
connection.
config UDPSVD
bool "udpsvd"
- default n
help
udpsvd listens on an UDP port and runs a program for each new
connection.