summaryrefslogtreecommitdiff
path: root/busybox-networking.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-networking.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-networking.kconfig')
-rw-r--r--busybox-networking.kconfig460
1 files changed, 230 insertions, 230 deletions
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index c75fb2c..0bedcc6 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -5,53 +5,53 @@
menu "Networking Utilities"
-config FEATURE_IPV6
- bool "Enable IPv6 support"
+config KEMBTK_BUSYB_FEATURE_IPV6
+ bool "Enable KEMBTK_BUSYB_IPv6 support"
help
- Enable IPv6 support in busybox.
- This adds IPv6 support in the networking applets.
+ Enable KEMBTK_BUSYB_IPv6 support in busybox.
+ This adds KEMBTK_BUSYB_IPv6 support in the networking applets.
-config FEATURE_PREFER_IPV4_ADDRESS
- bool "Preferentially use IPv4 addresses from DNS queries"
+config KEMBTK_BUSYB_FEATURE_PREFER_IPV4_ADDRESS
+ bool "Preferentially use KEMBTK_BUSYB_IPv4 addresses from DNS queries"
default y
- depends on FEATURE_IPV6
+ depends on KEMBTK_BUSYB_FEATURE_IPV6
help
- Use IPv4 address of network host if it has one.
+ Use KEMBTK_BUSYB_IPv4 address of network host if it has one.
If this option is off, the first returned address will be used.
- This may cause problems when your DNS server is IPv6-capable and
- is returning IPv6 host addresses too. If IPv6 address
- precedes IPv4 one in DNS reply, busybox network applets
- (e.g. wget) will use IPv6 address. On an IPv6-incapable host
+ This may cause problems when your DNS server is KEMBTK_BUSYB_IPv6-capable and
+ is returning KEMBTK_BUSYB_IPv6 host addresses too. If KEMBTK_BUSYB_IPv6 address
+ precedes KEMBTK_BUSYB_IPv4 one in DNS reply, busybox network applets
+ (e.g. wget) will use KEMBTK_BUSYB_IPv6 address. On an KEMBTK_BUSYB_IPv6-incapable host
or network applets will fail to connect to the host
- using IPv6 address.
+ using KEMBTK_BUSYB_IPv6 address.
-config VERBOSE_RESOLUTION_ERRORS
+config KEMBTK_BUSYB_VERBOSE_RESOLUTION_ERRORS
bool "Verbose resolution errors"
help
Enable if you are not satisfied with simplistic
"can't resolve 'hostname.com'" and want to know more.
This may increase size of your executable a bit.
-config ARP
+config KEMBTK_BUSYB_ARP
bool "arp"
help
- Manipulate the system ARP cache.
+ Manipulate the system KEMBTK_BUSYB_ARP cache.
-config ARPING
+config KEMBTK_BUSYB_ARPING
bool "arping"
help
- Ping hosts by ARP packets.
+ Ping hosts by KEMBTK_BUSYB_ARP packets.
-config BRCTL
+config KEMBTK_BUSYB_BRCTL
bool "brctl"
help
Manage ethernet bridges.
Supports addbr/delbr and addif/delif.
-config FEATURE_BRCTL_FANCY
+config KEMBTK_BUSYB_FEATURE_BRCTL_FANCY
bool "Fancy options"
- depends on BRCTL
+ depends on KEMBTK_BUSYB_BRCTL
help
Add support for extended option like:
setageing, setfd, sethello, setmaxage,
@@ -59,120 +59,120 @@ config FEATURE_BRCTL_FANCY
stp
This adds about 600 bytes.
-config FEATURE_BRCTL_SHOW
+config KEMBTK_BUSYB_FEATURE_BRCTL_SHOW
bool "Support show, showmac and showstp"
- depends on BRCTL && FEATURE_BRCTL_FANCY
+ depends on KEMBTK_BUSYB_BRCTL && KEMBTK_BUSYB_FEATURE_BRCTL_FANCY
help
Add support for option which prints the current config:
showmacs, showstp, show
-config DNSD
+config KEMBTK_BUSYB_DNSD
bool "dnsd"
help
Small and static DNS server daemon.
-config ETHER_WAKE
+config KEMBTK_BUSYB_ETHER_WAKE
bool "ether-wake"
help
Send a magic packet to wake up sleeping machines.
-config FAKEIDENTD
+config KEMBTK_BUSYB_FAKEIDENTD
bool "fakeidentd"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
fakeidentd listens on the ident port and returns a predefined
fake value on any query.
-config FTPGET
+config KEMBTK_BUSYB_FTPGET
bool "ftpget"
help
Retrieve a remote file via FTP.
-config FTPPUT
+config KEMBTK_BUSYB_FTPPUT
bool "ftpput"
help
Store a remote file via FTP.
-config FEATURE_FTPGETPUT_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_FTPGETPUT_LONG_OPTIONS
bool "Enable long options in ftpget/ftpput"
- depends on GETOPT_LONG && (FTPGET || FTPPUT)
+ depends on KEMBTK_BUSYB_GETOPT_LONG && (KEMBTK_BUSYB_FTPGET || KEMBTK_BUSYB_FTPPUT)
help
Support long options for the ftpget/ftpput applet.
-config HOSTNAME
+config KEMBTK_BUSYB_HOSTNAME
bool "hostname"
help
Show or set the system's host name.
-config HTTPD
+config KEMBTK_BUSYB_HTTPD
bool "httpd"
help
Serve web pages via an HTTP server.
-config FEATURE_HTTPD_RANGES
+config KEMBTK_BUSYB_FEATURE_HTTPD_RANGES
bool "Support 'Ranges:' header"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
Makes httpd emit "Accept-Ranges: bytes" header and understand
"Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
downloads, seeking in multimedia players etc.
-config FEATURE_HTTPD_USE_SENDFILE
+config KEMBTK_BUSYB_FEATURE_HTTPD_USE_SENDFILE
bool "Use sendfile system call"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
When enabled, httpd will use the kernel sendfile() function
instead of read/write loop.
-config FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
+config KEMBTK_BUSYB_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP
bool "Support reloading of global config file on HUP signal"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option enables processing of SIGHUP to reload cached
configuration settings.
-config FEATURE_HTTPD_SETUID
+config KEMBTK_BUSYB_FEATURE_HTTPD_SETUID
bool "Enable -u <user> option"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option allows the server to run as a specific user
rather than defaulting to the user that starts the server.
Use of this option requires special privileges to change to a
different user.
-config FEATURE_HTTPD_BASIC_AUTH
+config KEMBTK_BUSYB_FEATURE_HTTPD_BASIC_AUTH
bool "Enable Basic http Authentication"
default y
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
Utilizes password settings from /etc/httpd.conf for basic
authentication on a per url basis.
-config FEATURE_HTTPD_AUTH_MD5
+config KEMBTK_BUSYB_FEATURE_HTTPD_AUTH_MD5
bool "Support MD5 crypted passwords for http Authentication"
- depends on FEATURE_HTTPD_BASIC_AUTH
+ depends on KEMBTK_BUSYB_FEATURE_HTTPD_BASIC_AUTH
help
Enables basic per URL authentication from /etc/httpd.conf
using md5 passwords.
-config FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
+config KEMBTK_BUSYB_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES
bool "Support loading additional MIME types at run-time"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option enables support for additional MIME types at
run-time to be specified in the configuration file.
-config FEATURE_HTTPD_CGI
+config KEMBTK_BUSYB_FEATURE_HTTPD_CGI
bool "Support Common Gateway Interface (CGI)"
default y
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option allows scripts and executables to be invoked
when specific URLs are requested.
-config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
+config KEMBTK_BUSYB_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
bool "Support for running scripts through an interpreter"
- depends on FEATURE_HTTPD_CGI
+ depends on KEMBTK_BUSYB_FEATURE_HTTPD_CGI
help
This option enables support for running scripts through an
interpreter. Turn this on if you want PHP scripts to work
@@ -180,26 +180,26 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
config file:
*.php:/path/to/your/php
-config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
+config KEMBTK_BUSYB_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
bool "Set REMOTE_PORT environment variable for CGI"
- depends on FEATURE_HTTPD_CGI
+ depends on KEMBTK_BUSYB_FEATURE_HTTPD_CGI
help
Use of this option can assist scripts in generating
references that contain a unique port number.
-config FEATURE_HTTPD_ENCODE_URL_STR
+config KEMBTK_BUSYB_FEATURE_HTTPD_ENCODE_URL_STR
bool "Enable -e option (useful for CGIs written as shell scripts)"
default y
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option allows html encoding of arbitrary strings for display
by the browser. Output goes to stdout.
For example, httpd -e "<Hello World>" produces
"&#60Hello&#32World&#62".
-config FEATURE_HTTPD_ERROR_PAGES
+config KEMBTK_BUSYB_FEATURE_HTTPD_ERROR_PAGES
bool "Support for custom error pages"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option allows you to define custom error pages in
error pages. For instance, if you add the line:
@@ -208,9 +208,9 @@ config FEATURE_HTTPD_ERROR_PAGES
'/path/e404.html' file instead of the terse '404 NOT FOUND'
message.
-config FEATURE_HTTPD_PROXY
+config KEMBTK_BUSYB_FEATURE_HTTPD_PROXY
bool "Support for reverse proxy"
- depends on HTTPD
+ depends on KEMBTK_BUSYB_HTTPD
help
This option allows you to define URLs that will be forwarded
to another HTTP server. To setup add the following line to the
@@ -219,63 +219,63 @@ config FEATURE_HTTPD_PROXY
Then a request to /url/myfile will be forwarded to
http://hostname[:port]/new/path/myfile.
-config IFCONFIG
+config KEMBTK_BUSYB_IFCONFIG
bool "ifconfig"
help
Ifconfig is used to configure the kernel-resident network interfaces.
-config FEATURE_IFCONFIG_STATUS
+config KEMBTK_BUSYB_FEATURE_IFCONFIG_STATUS
bool "Enable status reporting output (+7k)"
default y
- depends on IFCONFIG
+ depends on KEMBTK_BUSYB_IFCONFIG
help
If ifconfig is called with no arguments it will display the status
of the currently active interfaces.
-config FEATURE_IFCONFIG_SLIP
+config KEMBTK_BUSYB_FEATURE_IFCONFIG_SLIP
bool "Enable slip-specific options \"keepalive\" and \"outfill\""
- depends on IFCONFIG
+ depends on KEMBTK_BUSYB_IFCONFIG
help
Allow "keepalive" and "outfill" support for SLIP. If you're not
planning on using serial lines, leave this unchecked.
-config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
+config KEMBTK_BUSYB_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
bool "Enable options \"mem_start\", \"io_addr\", and \"irq\""
- depends on IFCONFIG
+ depends on KEMBTK_BUSYB_IFCONFIG
help
Allow the start address for shared memory, start address for I/O,
and/or the interrupt line used by the specified device.
-config FEATURE_IFCONFIG_HW
+config KEMBTK_BUSYB_FEATURE_IFCONFIG_HW
bool "Enable option \"hw\" (ether only)"
default y
- depends on IFCONFIG
+ depends on KEMBTK_BUSYB_IFCONFIG
help
Set the hardware address of this interface, if the device driver
supports this operation. Currently, we only support the 'ether'
class.
-config FEATURE_IFCONFIG_BROADCAST_PLUS
+config KEMBTK_BUSYB_FEATURE_IFCONFIG_BROADCAST_PLUS
bool "Set the broadcast automatically"
- depends on IFCONFIG
+ depends on KEMBTK_BUSYB_IFCONFIG
help
Setting this will make ifconfig attempt to find the broadcast
automatically if the value '+' is used.
-config IFENSLAVE
+config KEMBTK_BUSYB_IFENSLAVE
bool "ifenslave"
help
Userspace application to bind several interfaces
to a logical interface (use with kernel bonding driver).
-config IFUPDOWN
+config KEMBTK_BUSYB_IFUPDOWN
bool "ifupdown"
help
Activate or deactivate the specified interfaces. This applet makes
use of either "ifconfig" and "route" or the "ip" command to actually
configure network interfaces. Therefore, you will probably also want
- to enable either IFCONFIG and ROUTE, or enable
- FEATURE_IFUPDOWN_IP and the various IP options. Of
+ to enable either KEMBTK_BUSYB_IFCONFIG and KEMBTK_BUSYB_ROUTE, or enable
+ KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP and the various KEMBTK_BUSYB_IP options. Of
course you could use non-busybox versions of these programs, so
against my better judgement (since this will surely result in plenty
of support questions on the mailing list), I do not force you to
@@ -283,10 +283,10 @@ config IFUPDOWN
"ifconfig", "route" and "run-parts" or the "ip" command, either
via busybox or via standalone utilities.
-config IFUPDOWN_IFSTATE_PATH
+config KEMBTK_BUSYB_IFUPDOWN_IFSTATE_PATH
string "Absolute path to ifstate file"
default "/var/run/ifstate"
- depends on IFUPDOWN
+ depends on KEMBTK_BUSYB_IFUPDOWN
help
ifupdown keeps state information in a file called ifstate.
Typically it is located in /var/run/ifstate, however
@@ -294,33 +294,33 @@ config IFUPDOWN_IFSTATE_PATH
(debian, for example, uses /etc/network/run/ifstate).
This config option defines location of ifstate.
-config FEATURE_IFUPDOWN_IP
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP
bool "Use ip applet"
- depends on IFUPDOWN
+ depends on KEMBTK_BUSYB_IFUPDOWN
help
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
than the default of using the older 'ifconfig' and 'route' utilities.
-config FEATURE_IFUPDOWN_IP_BUILTIN
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP_BUILTIN
bool "Use busybox ip applet"
default y
- depends on FEATURE_IFUPDOWN_IP
- select IP
- select FEATURE_IP_ADDRESS
- select FEATURE_IP_LINK
- select FEATURE_IP_ROUTE
+ depends on KEMBTK_BUSYB_FEATURE_IFUPDOWN_IP
+ select KEMBTK_BUSYB_IP
+ select KEMBTK_BUSYB_FEATURE_IP_ADDRESS
+ select KEMBTK_BUSYB_FEATURE_IP_LINK
+ select KEMBTK_BUSYB_FEATURE_IP_ROUTE
help
Use the busybox iproute "ip" applet to implement "ifupdown".
If left disabled, you must install the full-blown iproute2
utility or the "ifup" and "ifdown" applets will not work.
-config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
bool "Use busybox ifconfig and route applets"
default y
- depends on IFUPDOWN && !FEATURE_IFUPDOWN_IP
- select IFCONFIG
- select ROUTE
+ depends on KEMBTK_BUSYB_IFUPDOWN && !FEATURE_IFUPDOWN_IP
+ select KEMBTK_BUSYB_IFCONFIG
+ select KEMBTK_BUSYB_ROUTE
help
Use the busybox iproute "ifconfig" and "route" applets to
implement the "ifup" and "ifdown" utilities.
@@ -329,134 +329,134 @@ config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
and route utilities, or the "ifup" and "ifdown" applets will not
work.
-config FEATURE_IFUPDOWN_IPV4
- bool "Support for IPv4"
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IPV4
+ bool "Support for KEMBTK_BUSYB_IPv4"
default y
- depends on IFUPDOWN
+ depends on KEMBTK_BUSYB_IFUPDOWN
help
- If you want ifup/ifdown to talk IPv4, leave this on.
+ If you want ifup/ifdown to talk KEMBTK_BUSYB_IPv4, leave this on.
-config FEATURE_IFUPDOWN_IPV6
- bool "Support for IPv6"
- depends on IFUPDOWN && FEATURE_IPV6
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IPV6
+ bool "Support for KEMBTK_BUSYB_IPv6"
+ depends on KEMBTK_BUSYB_IFUPDOWN && KEMBTK_BUSYB_FEATURE_IPV6
help
- If you need support for IPv6, turn this option on.
+ If you need support for KEMBTK_BUSYB_IPv6, turn this option on.
### UNUSED
-###config FEATURE_IFUPDOWN_IPX
-### bool "Support for IPX"
-### depends on IFUPDOWN
+###config KEMBTK_BUSYB_FEATURE_IFUPDOWN_IPX
+### bool "Support for KEMBTK_BUSYB_IPX"
+### depends on KEMBTK_BUSYB_IFUPDOWN
### help
-### If this option is selected you can use busybox to work with IPX
+### If this option is selected you can use busybox to work with KEMBTK_BUSYB_IPX
### networks.
-config FEATURE_IFUPDOWN_MAPPING
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_MAPPING
bool "Enable mapping support"
- depends on IFUPDOWN
+ depends on KEMBTK_BUSYB_IFUPDOWN
help
This enables support for the "mapping" stanza, unless you have
a weird network setup you don't need it.
-config FEATURE_IFUPDOWN_EXTERNAL_DHCP
+config KEMBTK_BUSYB_FEATURE_IFUPDOWN_EXTERNAL_DHCP
bool "Support for external dhcp clients"
- depends on IFUPDOWN
+ depends on KEMBTK_BUSYB_IFUPDOWN
help
This enables support for the external dhcp clients. Clients are
tried in the following order: dhcpcd, dhclient, pump and udhcpc.
Otherwise, if udhcpc applet is enabled, it is used.
Otherwise, ifup/ifdown will have no support for DHCP.
-config INETD
+config KEMBTK_BUSYB_INETD
bool "inetd"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
Internet superserver daemon
-config FEATURE_INETD_SUPPORT_BUILTIN_ECHO
+config KEMBTK_BUSYB_FEATURE_INETD_SUPPORT_BUILTIN_ECHO
bool "Support echo service"
default y
- depends on INETD
+ depends on KEMBTK_BUSYB_INETD
help
Echo received data internal inetd service
-config FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
+config KEMBTK_BUSYB_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
bool "Support discard service"
default y
- depends on INETD
+ depends on KEMBTK_BUSYB_INETD
help
Internet /dev/null internal inetd service
-config FEATURE_INETD_SUPPORT_BUILTIN_TIME
+config KEMBTK_BUSYB_FEATURE_INETD_SUPPORT_BUILTIN_TIME
bool "Support time service"
default y
- depends on INETD
+ depends on KEMBTK_BUSYB_INETD
help
Return 32 bit time since 1900 internal inetd service
-config FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
+config KEMBTK_BUSYB_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
bool "Support daytime service"
default y
- depends on INETD
+ depends on KEMBTK_BUSYB_INETD
help
Return human-readable time internal inetd service
-config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
+config KEMBTK_BUSYB_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
bool "Support chargen service"
default y
- depends on INETD
+ depends on KEMBTK_BUSYB_INETD
help
Familiar character generator internal inetd service
-config FEATURE_INETD_RPC
+config KEMBTK_BUSYB_FEATURE_INETD_RPC
bool "Support RPC services"
- depends on INETD
- select FEATURE_HAVE_RPC
+ depends on KEMBTK_BUSYB_INETD
+ select KEMBTK_BUSYB_FEATURE_HAVE_RPC
help
Support Sun-RPC based services
-config IP
+config KEMBTK_BUSYB_IP
bool "ip"
help
The "ip" applet is a TCP/IP interface configuration and routing
utility. You generally don't need "ip" to use busybox with
TCP/IP.
-config FEATURE_IP_ADDRESS
+config KEMBTK_BUSYB_FEATURE_IP_ADDRESS
bool "ip address"
default y
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Address manipulation support for the "ip" applet.
-config FEATURE_IP_LINK
+config KEMBTK_BUSYB_FEATURE_IP_LINK
bool "ip link"
default y
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Configure network devices with "ip".
-config FEATURE_IP_ROUTE
+config KEMBTK_BUSYB_FEATURE_IP_ROUTE
bool "ip route"
default y
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Add support for routing table management to "ip".
-config FEATURE_IP_TUNNEL
+config KEMBTK_BUSYB_FEATURE_IP_TUNNEL
bool "ip tunnel"
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Add support for tunneling commands to "ip".
-config FEATURE_IP_RULE
+config KEMBTK_BUSYB_FEATURE_IP_RULE
bool "ip rule"
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Add support for rule commands to "ip".
-config FEATURE_IP_SHORT_FORMS
+config KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS
bool "Support short forms of ip commands"
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
Also support short-form of ip <OBJECT> commands:
ip addr -> ipaddr
@@ -468,63 +468,63 @@ config FEATURE_IP_SHORT_FORMS
Say N unless you desparately need the short form of the ip
object commands.
-config FEATURE_IP_RARE_PROTOCOLS
+config KEMBTK_BUSYB_FEATURE_IP_RARE_PROTOCOLS
bool "Support displaying rarely used link types"
- depends on IP
+ depends on KEMBTK_BUSYB_IP
help
If you are not going to use links of type "frad", "econet",
"bif" etc, you probably don't need to enable this.
Ethernet, wireless, infrared, ppp/slip, ip tunnelling
link types are supported without this option selected.
-config IPADDR
+config KEMBTK_BUSYB_IPADDR
bool
default y
- depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_ADDRESS
+ depends on KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS && KEMBTK_BUSYB_FEATURE_IP_ADDRESS
-config IPLINK
+config KEMBTK_BUSYB_IPLINK
bool
default y
- depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_LINK
+ depends on KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS && KEMBTK_BUSYB_FEATURE_IP_LINK
-config IPROUTE
+config KEMBTK_BUSYB_IPROUTE
bool
default y
- depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_ROUTE
+ depends on KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS && KEMBTK_BUSYB_FEATURE_IP_ROUTE
-config IPTUNNEL
+config KEMBTK_BUSYB_IPTUNNEL
bool
default y
- depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_TUNNEL
+ depends on KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS && KEMBTK_BUSYB_FEATURE_IP_TUNNEL
-config IPRULE
+config KEMBTK_BUSYB_IPRULE
bool
default y
- depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE
+ depends on KEMBTK_BUSYB_FEATURE_IP_SHORT_FORMS && KEMBTK_BUSYB_FEATURE_IP_RULE
-config IPCALC
+config KEMBTK_BUSYB_IPCALC
bool "ipcalc"
help
- ipcalc takes an IP address and netmask and calculates the
+ ipcalc takes an KEMBTK_BUSYB_IP address and netmask and calculates the
resulting broadcast, network, and host range.
-config FEATURE_IPCALC_FANCY
- bool "Fancy IPCALC, more options, adds 1 kbyte"
+config KEMBTK_BUSYB_FEATURE_IPCALC_FANCY
+ bool "Fancy KEMBTK_BUSYB_IPCALC, more options, adds 1 kbyte"
default y
- depends on IPCALC
+ depends on KEMBTK_BUSYB_IPCALC
help
Adds the options hostname, prefix and silent to the output of
"ipcalc".
-config FEATURE_IPCALC_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_IPCALC_LONG_OPTIONS
bool "Enable long options"
- depends on IPCALC && GETOPT_LONG
+ depends on KEMBTK_BUSYB_IPCALC && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the ipcalc applet.
-config NAMEIF
+config KEMBTK_BUSYB_NAMEIF
bool "nameif"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
nameif is used to rename network interface by its MAC address.
Renamed interfaces MUST be in the down state.
@@ -536,9 +536,9 @@ config NAMEIF
# Comment
new_interface_name XX:XX:XX:XX:XX:XX
-config FEATURE_NAMEIF_EXTENDED
+config KEMBTK_BUSYB_FEATURE_NAMEIF_EXTENDED
bool "Extended nameif"
- depends on NAMEIF
+ depends on KEMBTK_BUSYB_NAMEIF
help
This extends the nameif syntax to support the bus_info and driver
checks. The syntax is compatible to the normal nameif.
@@ -548,81 +548,81 @@ config FEATURE_NAMEIF_EXTENDED
new_interface_name mac=00:80:C8:38:91:B5
new_interface_name 00:80:C8:38:91:B5
-config NC
+config KEMBTK_BUSYB_NC
bool "nc"
help
A simple Unix utility which reads and writes data across network
connections.
-config NC_SERVER
+config KEMBTK_BUSYB_NC_SERVER
bool "Netcat server options (-l)"
- depends on NC
+ depends on KEMBTK_BUSYB_NC
help
Allow netcat to act as a server.
-config NC_EXTRA
+config KEMBTK_BUSYB_NC_EXTRA
bool "Netcat extensions (-eiw and filename)"
- depends on NC
+ depends on KEMBTK_BUSYB_NC
help
Add -e (support for executing the rest of the command line after
making or receiving a successful connection), -i (delay interval for
lines sent), -w (timeout for initial connection).
-config NETSTAT
+config KEMBTK_BUSYB_NETSTAT
bool "netstat"
help
netstat prints information about the Linux networking subsystem.
-config FEATURE_NETSTAT_WIDE
+config KEMBTK_BUSYB_FEATURE_NETSTAT_WIDE
bool "Enable wide netstat output"
- depends on NETSTAT
+ depends on KEMBTK_BUSYB_NETSTAT
help
- Add support for wide columns. Useful when displaying IPv6 addresses
+ Add support for wide columns. Useful when displaying KEMBTK_BUSYB_IPv6 addresses
(-W option).
-config FEATURE_NETSTAT_PRG
+config KEMBTK_BUSYB_FEATURE_NETSTAT_PRG
bool "Enable PID/Program name output"
- depends on NETSTAT
+ depends on KEMBTK_BUSYB_NETSTAT
help
Add support for -p flag to print out PID and program name.
+700 bytes of code.
-config NSLOOKUP
+config KEMBTK_BUSYB_NSLOOKUP
bool "nslookup"
help
nslookup is a tool to query Internet name servers.
-config PING
+config KEMBTK_BUSYB_PING
bool "ping"
help
- ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to
- elicit an ICMP ECHO_RESPONSE from a host or gateway.
+ ping uses the ICMP protocol's mandatory KEMBTK_BUSYB_ECHO_REQUEST datagram to
+ elicit an ICMP KEMBTK_BUSYB_ECHO_RESPONSE from a host or gateway.
-config PING6
+config KEMBTK_BUSYB_PING6
bool "ping6"
- depends on FEATURE_IPV6 && PING
+ depends on KEMBTK_BUSYB_FEATURE_IPV6 && KEMBTK_BUSYB_PING
help
- This will give you a ping that can talk IPv6.
+ This will give you a ping that can talk KEMBTK_BUSYB_IPv6.
-config FEATURE_FANCY_PING
+config KEMBTK_BUSYB_FEATURE_FANCY_PING
bool "Enable fancy ping output"
default y
- depends on PING
+ depends on KEMBTK_BUSYB_PING
help
Make the output from the ping applet include statistics, and at the
same time provide full support for ICMP packets.
-config PSCAN
+config KEMBTK_BUSYB_PSCAN
bool "pscan"
help
Simple network port scanner.
-config ROUTE
+config KEMBTK_BUSYB_ROUTE
bool "route"
help
- Route displays or manipulates the kernel's IP routing tables.
+ Route displays or manipulates the kernel's KEMBTK_BUSYB_IP routing tables.
-config SLATTACH
+config KEMBTK_BUSYB_SLATTACH
bool "slattach"
help
slattach is a small utility to attach network interfaces to serial
@@ -637,37 +637,37 @@ config SLATTACH
# def_bool n
# depends on TC
-config TELNET
+config KEMBTK_BUSYB_TELNET
bool "telnet"
help
- Telnet is an interface to the TELNET protocol, but is also commonly
+ Telnet is an interface to the KEMBTK_BUSYB_TELNET protocol, but is also commonly
used to test other simple protocols.
-config FEATURE_TELNET_TTYPE
+config KEMBTK_BUSYB_FEATURE_TELNET_TTYPE
bool "Pass TERM type to remote host"
default y
- depends on TELNET
+ depends on KEMBTK_BUSYB_TELNET
help
Setting this option will forward the TERM environment variable to the
remote host you are connecting to. This is useful to make sure that
things like ANSI colors and other control sequences behave.
-config FEATURE_TELNET_AUTOLOGIN
+config KEMBTK_BUSYB_FEATURE_TELNET_AUTOLOGIN
bool "Pass USER type to remote host"
default y
- depends on TELNET
+ depends on KEMBTK_BUSYB_TELNET
help
Setting this option will forward the USER environment variable to the
remote host you are connecting to. This is useful when you need to
log into a machine without telling the username (autologin). This
option enables `-a' and `-l USER' arguments.
-config TELNETD
+config KEMBTK_BUSYB_TELNETD
bool "telnetd"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
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
+ A daemon for the KEMBTK_BUSYB_TELNET protocol, allowing you to log onto the host
+ running the daemon. Please keep in mind that the KEMBTK_BUSYB_TELNET protocol
sends passwords in plain text. If you can't afford the space for an
SSH daemon and you trust your network, you may say 'y' here. As a
more secure alternative, you should seriously consider installing the
@@ -694,8 +694,8 @@ config TELNETD
mount -t devpts devpts /dev/pts
- You need to be sure that Busybox has LOGIN and
- FEATURE_SUID enabled. And finally, you should make
+ You need to be sure that Busybox has KEMBTK_BUSYB_LOGIN and
+ KEMBTK_BUSYB_FEATURE_SUID enabled. And finally, you should make
certain that Busybox has been installed setuid root:
chown root.root /bin/busybox
@@ -704,20 +704,20 @@ config TELNETD
with all that done, telnetd _should_ work....
-config FEATURE_TELNETD_STANDALONE
+config KEMBTK_BUSYB_FEATURE_TELNETD_STANDALONE
bool "Support standalone telnetd (not inetd only)"
- depends on TELNETD
+ depends on KEMBTK_BUSYB_TELNETD
help
Selecting this will make telnetd able to run standalone.
-config TFTP
+config KEMBTK_BUSYB_TFTP
bool "tftp"
help
- This enables the Trivial File Transfer Protocol client program. TFTP
+ This enables the Trivial File Transfer Protocol client program. KEMBTK_BUSYB_TFTP
is usually used for simple, small transfers such as a root image
for a network-enabled bootloader.
-config TFTPD
+config KEMBTK_BUSYB_TFTPD
bool "tftpd"
help
This enables the Trivial File Transfer Protocol server program.
@@ -726,115 +726,115 @@ config TFTPD
In other words: it should be run from inetd in nowait mode,
or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR"
-config FEATURE_TFTP_GET
+config KEMBTK_BUSYB_FEATURE_TFTP_GET
bool "Enable \"get\" command"
default y
- depends on TFTP || TFTPD
+ depends on KEMBTK_BUSYB_TFTP || KEMBTK_BUSYB_TFTPD
help
- Add support for the GET command within the TFTP client. This allows
- a client to retrieve a file from a TFTP server.
+ Add support for the GET command within the KEMBTK_BUSYB_TFTP client. This allows
+ a client to retrieve a file from a KEMBTK_BUSYB_TFTP server.
Also enable upload support in tftpd, if tftpd is selected.
-config FEATURE_TFTP_PUT
+config KEMBTK_BUSYB_FEATURE_TFTP_PUT
bool "Enable \"put\" command"
default y
- depends on TFTP || TFTPD
+ depends on KEMBTK_BUSYB_TFTP || KEMBTK_BUSYB_TFTPD
help
- Add support for the PUT command within the TFTP client. This allows
- a client to transfer a file to a TFTP server.
+ Add support for the PUT command within the KEMBTK_BUSYB_TFTP client. This allows
+ a client to transfer a file to a KEMBTK_BUSYB_TFTP server.
Also enable download support in tftpd, if tftpd is selected.
-config FEATURE_TFTP_BLOCKSIZE
+config KEMBTK_BUSYB_FEATURE_TFTP_BLOCKSIZE
bool "Enable \"blksize\" protocol option"
- depends on TFTP || TFTPD
+ depends on KEMBTK_BUSYB_TFTP || KEMBTK_BUSYB_TFTPD
help
Allow tftp to specify block size, and tftpd to understand
"blksize" option.
-config TFTP_DEBUG
+config KEMBTK_BUSYB_TFTP_DEBUG
bool "Enable debug"
- depends on TFTP
+ depends on KEMBTK_BUSYB_TFTP
help
Enable debug settings for tftp. This is useful if you're running
into problems with tftp as the protocol doesn't help you much when
you run into problems.
-config TRACEROUTE
+config KEMBTK_BUSYB_TRACEROUTE
bool "traceroute"
help
- Utility to trace the route of IP packets
+ Utility to trace the route of KEMBTK_BUSYB_IP packets
-config FEATURE_TRACEROUTE_VERBOSE
+config KEMBTK_BUSYB_FEATURE_TRACEROUTE_VERBOSE
bool "Enable verbose output"
- depends on TRACEROUTE
+ depends on KEMBTK_BUSYB_TRACEROUTE
help
Add some verbosity to traceroute. This includes amongst other things
hostnames and ICMP response types.
-config FEATURE_TRACEROUTE_SOURCE_ROUTE
+config KEMBTK_BUSYB_FEATURE_TRACEROUTE_SOURCE_ROUTE
bool "Enable loose source route"
- depends on TRACEROUTE
+ depends on KEMBTK_BUSYB_TRACEROUTE
help
Add option to specify a loose source route gateway
(8 maximum).
-config FEATURE_TRACEROUTE_USE_ICMP
+config KEMBTK_BUSYB_FEATURE_TRACEROUTE_USE_ICMP
bool "Use ICMP instead of UDP"
- depends on TRACEROUTE
+ depends on KEMBTK_BUSYB_TRACEROUTE
help
- Add feature to allow for ICMP ECHO instead of UDP datagrams.
+ Add feature to allow for ICMP KEMBTK_BUSYB_ECHO instead of UDP datagrams.
source networking/udhcp/Config.in
-config VCONFIG
+config KEMBTK_BUSYB_VCONFIG
bool "vconfig"
help
Creates, removes, and configures VLAN interfaces
-config WGET
+config KEMBTK_BUSYB_WGET
bool "wget"
help
wget is a utility for non-interactive download of files from HTTP,
HTTPS, and FTP servers.
-config FEATURE_WGET_STATUSBAR
+config KEMBTK_BUSYB_FEATURE_WGET_STATUSBAR
bool "Enable a nifty process meter (+2k)"
default y
- depends on WGET
+ depends on KEMBTK_BUSYB_WGET
help
Enable the transfer progress bar for wget transfers.
-config FEATURE_WGET_AUTHENTICATION
+config KEMBTK_BUSYB_FEATURE_WGET_AUTHENTICATION
bool "Enable HTTP authentication"
default y
- depends on WGET
+ depends on KEMBTK_BUSYB_WGET
help
Support authenticated HTTP transfers.
-config FEATURE_WGET_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_WGET_LONG_OPTIONS
bool "Enable long options"
- depends on WGET && GETOPT_LONG
+ depends on KEMBTK_BUSYB_WGET && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the wget applet.
-config ZCIP
+config KEMBTK_BUSYB_ZCIP
bool "zcip"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
- ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927.
+ KEMBTK_BUSYB_ZCIP provides ZeroConf KEMBTK_BUSYB_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.
-config TCPSVD
+config KEMBTK_BUSYB_TCPSVD
bool "tcpsvd"
help
tcpsvd listens on a TCP port and runs a program for each new
connection.
-config UDPSVD
+config KEMBTK_BUSYB_UDPSVD
bool "udpsvd"
help
udpsvd listens on an UDP port and runs a program for each new