config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* modified for getopt32 by Arne Bernin <arne [at] alamut.de>
*/
//config:config ARP
//config: bool "arp (11 kb)"
//config: bool "arp (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -6,7 +6,7 @@
* Busybox port: Nick Fedchik <nick@fedchik.org.ua>
*/
//config:config ARPING
//config: bool "arping (9.3 kb)"
//config: bool "arping (9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -64,7 +64,7 @@
* filter. That configuration consumes more power.
*/
//config:config ETHER_WAKE
//config: bool "ether-wake (6.6 kb)"
//config: bool "ether-wake (4.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+2 -2
View File
@@ -13,13 +13,13 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FTPGET
//config: bool "ftpget (8 kb)"
//config: bool "ftpget (7.8 kb)"
//config: default y
//config: help
//config: Retrieve a remote file via FTP.
//config:
//config:config FTPPUT
//config: bool "ftpput (7.7 kb)"
//config: bool "ftpput (7.5 kb)"
//config: default y
//config: help
//config: Store a remote file via FTP.
+1 -1
View File
@@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HOSTNAME
//config: bool "hostname (5.6 kb)"
//config: bool "hostname (5.5 kb)"
//config: default y
//config: help
//config: Show or set the system's host name.
+1 -1
View File
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IFPLUGD
//config: bool "ifplugd (9.9 kb)"
//config: bool "ifplugd (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+2 -2
View File
@@ -17,7 +17,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IFUP
//config: bool "ifup (17 kb)"
//config: bool "ifup (14 kb)"
//config: default y
//config: help
//config: Activate the specified interfaces. This applet makes use
@@ -33,7 +33,7 @@
//config: via busybox or via standalone utilities.
//config:
//config:config IFDOWN
//config: bool "ifdown (15 kb)"
//config: bool "ifdown (13 kb)"
//config: default y
//config: help
//config: Deactivate the specified interfaces.
+2 -2
View File
@@ -9,7 +9,7 @@
* Bernhard Reutner-Fischer rewrote to use index_in_substr_array
*/
//config:config IP
//config: bool "ip (34 kb)"
//config: bool "ip (35 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -28,7 +28,7 @@
//config: Short form of "ip addr"
//config:
//config:config IPLINK
//config: bool "iplink (16 kb)"
//config: bool "iplink (17 kb)"
//config: default y
//config: select FEATURE_IP_LINK
//config: select PLATFORM_LINUX
+1 -1
View File
@@ -12,7 +12,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IPCALC
//config: bool "ipcalc (4.3 kb)"
//config: bool "ipcalc (4.4 kb)"
//config: default y
//config: help
//config: ipcalc takes an IP address and netmask and calculates the
+1 -1
View File
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FAKEIDENTD
//config: bool "fakeidentd (8.9 kb)"
//config: bool "fakeidentd (8.7 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help
+1 -1
View File
@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config NBDCLIENT
//config: bool "nbd-client (4.6 kb)"
//config: bool "nbd-client (6 kb)"
//config: default y
//config: help
//config: Network block device client
+1 -1
View File
@@ -1,7 +1,7 @@
/* vi: set sw=4 ts=4: */
//config:config NSLOOKUP
//config: bool "nslookup (4.5 kb)"
//config: bool "nslookup (9.7 kb)"
//config: default y
//config: help
//config: nslookup is a tool to query Internet name servers.
+1 -1
View File
@@ -41,7 +41,7 @@
***********************************************************************
*/
//config:config NTPD
//config: bool "ntpd (17 kb)"
//config: bool "ntpd (22 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+2 -2
View File
@@ -25,7 +25,7 @@
* The code was modified by Bart Visscher <magick@linux-fan.com>
*/
//config:config PING
//config: bool "ping (9.5 kb)"
//config: bool "ping (10 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -33,7 +33,7 @@
//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.
//config:
//config:config PING6
//config: bool "ping6 (10 kb)"
//config: bool "ping6 (11 kb)"
//config: default y
//config: depends on FEATURE_IPV6
//config: help
+1 -1
View File
@@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config PSCAN
//config: bool "pscan (6.6 kb)"
//config: bool "pscan (6 kb)"
//config: default y
//config: help
//config: Simple network port scanner.
+1 -1
View File
@@ -25,7 +25,7 @@
* remove ridiculous amounts of bloat.
*/
//config:config ROUTE
//config: bool "route (8.9 kb)"
//config: bool "route (8.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -13,7 +13,7 @@
* - The -F options allows disabling of RTS/CTS flow control.
*/
//config:config SLATTACH
//config: bool "slattach (6.1 kb)"
//config: bool "slattach (6.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SSL_CLIENT
//config: bool "ssl_client (23 kb)"
//config: bool "ssl_client (25 kb)"
//config: default y
//config: select TLS
//config: help
+1 -1
View File
@@ -7,7 +7,7 @@
* Bernhard Reutner-Fischer adjusted for busybox
*/
//config:config TC
//config: bool "tc (3.1 kb)"
//config: bool "tc (8.3 kb)"
//config: default y
//config: help
//config: Show / manipulate traffic control settings
+1 -1
View File
@@ -29,7 +29,7 @@
* - don't know how to retrieve ORIGDST for udp.
*/
//config:config TCPSVD
//config: bool "tcpsvd (13 kb)"
//config: bool "tcpsvd (14 kb)"
//config: default y
//config: help
//config: tcpsvd listens on a TCP port and runs a program for each new
+1 -1
View File
@@ -20,7 +20,7 @@
* by Fernando Silveira <swrh@gmx.net>
*/
//config:config TELNET
//config: bool "telnet (8.7 kb)"
//config: bool "telnet (8.8 kb)"
//config: default y
//config: help
//config: Telnet is an interface to the TELNET protocol, but is also commonly
+1 -1
View File
@@ -19,7 +19,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TFTP
//config: bool "tftp (12 kb)"
//config: bool "tftp (11 kb)"
//config: default y
//config: help
//config: Trivial File Transfer Protocol client. TFTP is usually used
+1 -1
View File
@@ -217,7 +217,7 @@
//config: Utility to trace the route of IP packets.
//config:
//config:config TRACEROUTE6
//config: bool "traceroute6 (12 kb)"
//config: bool "traceroute6 (13 kb)"
//config: default y
//config: depends on FEATURE_IPV6
//config: help
+1 -1
View File
@@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config TUNCTL
//config: bool "tunctl (6.4 kb)"
//config: bool "tunctl (6.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UDHCPC6
//config: bool "udhcpc6"
//config: bool "udhcpc6 (21 kb)"
//config: default n # not yet ready
//config: depends on FEATURE_IPV6
//config: help
+1 -1
View File
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config VCONFIG
//config: bool "vconfig (2.5 kb)"
//config: bool "vconfig (2.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
+1 -1
View File
@@ -9,7 +9,7 @@
* Kuhn's copyrights are licensed GPLv2-or-later. File as a whole remains GPLv2.
*/
//config:config WGET
//config: bool "wget (35 kb)"
//config: bool "wget (38 kb)"
//config: default y
//config: help
//config: wget is a utility for non-interactive download of files from HTTP
+1 -1
View File
@@ -10,7 +10,7 @@
* Add proxy support
*/
//config:config WHOIS
//config: bool "whois (6.6 kb)"
//config: bool "whois (6.3 kb)"
//config: default y
//config: help
//config: whois is a client for the whois directory service
+1 -1
View File
@@ -14,7 +14,7 @@
* certainly be used. Its naming is built over multicast DNS.
*/
//config:config ZCIP
//config: bool "zcip (7.8 kb)"
//config: bool "zcip (8.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select FEATURE_SYSLOG