Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-18 22:01:24 +02:00
parent 483405a9b0
commit 4eed2c6c50
303 changed files with 409 additions and 379 deletions

View File

@@ -13,7 +13,7 @@
* modified for getopt32 by Arne Bernin <arne [at] alamut.de>
*/
//config:config ARP
//config: bool "arp"
//config: bool "arp (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -6,7 +6,7 @@
* Busybox port: Nick Fedchik <nick@fedchik.org.ua>
*/
//config:config ARPING
//config: bool "arping"
//config: bool "arping (9.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -13,7 +13,7 @@
* At the time of this writing this was considered a feature.
*/
//config:config BRCTL
//config: bool "brctl"
//config: bool "brctl (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -17,7 +17,7 @@
* the first porting of oao' scdns to busybox also.
*/
//config:config DNSD
//config: bool "dnsd"
//config: bool "dnsd (9.8 kb)"
//config: default y
//config: help
//config: Small and static DNS server daemon.

View File

@@ -12,7 +12,7 @@
* You have to run this daemon via inetd.
*/
//config:config FTPD
//config: bool "ftpd"
//config: bool "ftpd (30 kb)"
//config: default y
//config: help
//config: Simple FTP daemon. You have to run it via inetd.

View File

@@ -13,13 +13,13 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FTPGET
//config: bool "ftpget"
//config: bool "ftpget (8 kb)"
//config: default y
//config: help
//config: Retrieve a remote file via FTP.
//config:
//config:config FTPPUT
//config: bool "ftpput"
//config: bool "ftpput (7.7 kb)"
//config: default y
//config: help
//config: Store a remote file via FTP.

View File

@@ -11,13 +11,13 @@
*/
//config:config HOSTNAME
//config: bool "hostname"
//config: bool "hostname (5.6 kb)"
//config: default y
//config: help
//config: Show or set the system's host name.
//config:
//config:config DNSDOMAINNAME
//config: bool "dnsdomainname"
//config: bool "dnsdomainname (3.6 kb)"
//config: default y
//config: help
//config: Alias to "hostname -d".

View File

@@ -99,7 +99,7 @@
*/
/* TODO: use TCP_CORK, parse_config() */
//config:config HTTPD
//config: bool "httpd"
//config: bool "httpd (32 kb)"
//config: default y
//config: help
//config: HTTP server.

View File

@@ -26,7 +26,7 @@
* IPV6 support added by Bart Visscher <magick@linux-fan.com>
*/
//config:config IFCONFIG
//config: bool "ifconfig"
//config: bool "ifconfig (12 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -98,7 +98,7 @@
* set version to 1.1.0
*/
//config:config IFENSLAVE
//config: bool "ifenslave"
//config: bool "ifenslave (13 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IFPLUGD
//config: bool "ifplugd"
//config: bool "ifplugd (9.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -154,7 +154,7 @@
* setuid()
*/
//config:config INETD
//config: bool "inetd"
//config: bool "inetd (18 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help

View File

@@ -9,7 +9,7 @@
* Bernhard Reutner-Fischer rewrote to use index_in_substr_array
*/
//config:config IP
//config: bool "ip"
//config: bool "ip (34 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -18,7 +18,7 @@
//config: TCP/IP.
//config:
//config:config IPADDR
//config: bool "ipaddr"
//config: bool "ipaddr (14 kb)"
//config: default y
//config: select FEATURE_IP_ADDRESS
//config: select PLATFORM_LINUX
@@ -26,7 +26,7 @@
//config: Support short form of ip addr: ipaddr
//config:
//config:config IPLINK
//config: bool "iplink"
//config: bool "iplink (16 kb)"
//config: default y
//config: select FEATURE_IP_LINK
//config: select PLATFORM_LINUX
@@ -34,7 +34,7 @@
//config: Support short form of ip link: iplink
//config:
//config:config IPROUTE
//config: bool "iproute"
//config: bool "iproute (15 kb)"
//config: default y
//config: select FEATURE_IP_ROUTE
//config: select PLATFORM_LINUX
@@ -42,7 +42,7 @@
//config: Support short form of ip route: iproute
//config:
//config:config IPTUNNEL
//config: bool "iptunnel"
//config: bool "iptunnel (9.6 kb)"
//config: default y
//config: select FEATURE_IP_TUNNEL
//config: select PLATFORM_LINUX
@@ -50,7 +50,7 @@
//config: Support short form of ip tunnel: iptunnel
//config:
//config:config IPRULE
//config: bool "iprule"
//config: bool "iprule (10 kb)"
//config: default y
//config: select FEATURE_IP_RULE
//config: select PLATFORM_LINUX
@@ -58,7 +58,7 @@
//config: Support short form of ip rule: iprule
//config:
//config:config IPNEIGH
//config: bool "ipneigh"
//config: bool "ipneigh (8.3 kb)"
//config: default y
//config: select FEATURE_IP_NEIGH
//config: select PLATFORM_LINUX

View File

@@ -12,7 +12,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IPCALC
//config: bool "ipcalc"
//config: bool "ipcalc (4.3 kb)"
//config: default y
//config: help
//config: ipcalc takes an IP address and netmask and calculates the

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FAKEIDENTD
//config: bool "fakeidentd"
//config: bool "fakeidentd (8.9 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help

View File

@@ -11,7 +11,7 @@
*/
//config:config NAMEIF
//config: bool "nameif"
//config: bool "nameif (6.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_SYSLOG

View File

@@ -12,7 +12,7 @@
//kbuild:lib-$(CONFIG_NBDCLIENT) += nbd-client.o
//config:config NBDCLIENT
//config: bool "nbd-client"
//config: bool "nbd-client (4.6 kb)"
//config: default y
//config: help
//config: Network block device client

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config NC
//config: bool "nc"
//config: bool "nc (11 kb)"
//config: default y
//config: help
//config: A simple Unix utility which reads and writes data across network

View File

@@ -14,7 +14,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config NETSTAT
//config: bool "netstat"
//config: bool "netstat (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -41,7 +41,7 @@
***********************************************************************
*/
//config:config NTPD
//config: bool "ntpd"
//config: bool "ntpd (17 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -47,7 +47,7 @@
#endif
//config:config PING
//config: bool "ping"
//config: bool "ping (9.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -55,7 +55,7 @@
//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.
//config:
//config:config PING6
//config: bool "ping6"
//config: bool "ping6 (10 kb)"
//config: default y
//config: depends on FEATURE_IPV6
//config: help

View File

@@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PSCAN
//config: bool "pscan"
//config: bool "pscan (6.6 kb)"
//config: default y
//config: help
//config: Simple network port scanner.

View File

@@ -25,7 +25,7 @@
* remove ridiculous amounts of bloat.
*/
//config:config ROUTE
//config: bool "route"
//config: bool "route (8.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -13,7 +13,7 @@
* - The -F options allows disabling of RTS/CTS flow control.
*/
//config:config SLATTACH
//config: bool "slattach"
//config: bool "slattach (6.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SSL_CLIENT
//config: bool "ssl_client"
//config: bool "ssl_client (23 kb)"
//config: default y
//config: select TLS
//config: help

View File

@@ -29,14 +29,14 @@
* - don't know how to retrieve ORIGDST for udp.
*/
//config:config TCPSVD
//config: bool "tcpsvd"
//config: bool "tcpsvd (13 kb)"
//config: default y
//config: help
//config: tcpsvd listens on a TCP port and runs a program for each new
//config: connection.
//config:
//config:config UDPSVD
//config: bool "udpsvd"
//config: bool "udpsvd (13 kb)"
//config: default y
//config: help
//config: udpsvd listens on an UDP port and runs a program for each new

View File

@@ -21,7 +21,7 @@
*
*/
//config:config TELNET
//config: bool "telnet"
//config: bool "telnet (8.7 kb)"
//config: default y
//config: help
//config: Telnet is an interface to the TELNET protocol, but is also commonly

View File

@@ -21,7 +21,7 @@
* Set process group corrections, initial busybox port
*/
//config:config TELNETD
//config: bool "telnetd"
//config: bool "telnetd (12 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help

View File

@@ -19,7 +19,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TFTP
//config: bool "tftp"
//config: bool "tftp (12 kb)"
//config: default y
//config: help
//config: This enables the Trivial File Transfer Protocol client program. TFTP
@@ -27,7 +27,7 @@
//config: for a network-enabled bootloader.
//config:
//config:config TFTPD
//config: bool "tftpd"
//config: bool "tftpd (10 kb)"
//config: default y
//config: help
//config: This enables the Trivial File Transfer Protocol server program.

View File

@@ -210,14 +210,14 @@
* Tue Dec 20 03:50:13 PST 1988
*/
//config:config TRACEROUTE
//config: bool "traceroute"
//config: bool "traceroute (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to trace the route of IP packets.
//config:
//config:config TRACEROUTE6
//config: bool "traceroute6"
//config: bool "traceroute6 (12 kb)"
//config: default y
//config: depends on FEATURE_IPV6
//config: help

View File

@@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config TUNCTL
//config: bool "tunctl"
//config: bool "tunctl (6.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -46,7 +46,7 @@ config DHCPD_LEASES_FILE
of the file. Normally it is safe to leave it untouched.
config DUMPLEASES
bool "dumpleases"
bool "dumpleases (6.4 kb)"
default y
help
dumpleases displays the leases written out by the udhcpd.
@@ -54,7 +54,7 @@ config DUMPLEASES
by the absolute time that it expires in seconds from epoch.
config DHCPRELAY
bool "dhcprelay"
bool "dhcprelay (5.8 kb)"
default y
help
dhcprelay listens for dhcp requests on one or more interfaces

View File

@@ -10,7 +10,7 @@
/* BB_AUDIT SUSv3 N/A */
//config:config VCONFIG
//config: bool "vconfig"
//config: bool "vconfig (2.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -10,7 +10,7 @@
*/
//config:config WGET
//config: bool "wget"
//config: bool "wget (35 kb)"
//config: default y
//config: help
//config: wget is a utility for non-interactive download of files from HTTP

View File

@@ -11,7 +11,7 @@
*/
//config:config WHOIS
//config: bool "whois"
//config: bool "whois (6.6 kb)"
//config: default y
//config: help
//config: whois is a client for the whois directory service

View File

@@ -15,7 +15,7 @@
* certainly be used. Its naming is built over multicast DNS.
*/
//config:config ZCIP
//config: bool "zcip"
//config: bool "zcip (7.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_SYSLOG