From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- networking/arp.c | 2 +- networking/arping.c | 2 +- networking/ether-wake.c | 2 +- networking/ftpgetput.c | 4 ++-- networking/hostname.c | 2 +- networking/ifplugd.c | 2 +- networking/ifupdown.c | 4 ++-- networking/ip.c | 4 ++-- networking/ipcalc.c | 2 +- networking/isrv_identd.c | 2 +- networking/nbd-client.c | 2 +- networking/nslookup.c | 2 +- networking/ntpd.c | 2 +- networking/ping.c | 4 ++-- networking/pscan.c | 2 +- networking/route.c | 2 +- networking/slattach.c | 2 +- networking/ssl_client.c | 2 +- networking/tc.c | 2 +- networking/tcpudp.c | 2 +- networking/telnet.c | 2 +- networking/tftp.c | 2 +- networking/traceroute.c | 2 +- networking/tunctl.c | 2 +- networking/udhcp/d6_dhcpc.c | 2 +- networking/vconfig.c | 2 +- networking/wget.c | 2 +- networking/whois.c | 2 +- networking/zcip.c | 2 +- 29 files changed, 33 insertions(+), 33 deletions(-) (limited to 'networking') diff --git a/networking/arp.c b/networking/arp.c index 177ab1571..71bfe3cbf 100644 --- a/networking/arp.c +++ b/networking/arp.c @@ -13,7 +13,7 @@ * modified for getopt32 by Arne Bernin */ //config:config ARP -//config: bool "arp (11 kb)" +//config: bool "arp (10 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/networking/arping.c b/networking/arping.c index 788fded3c..901578b68 100644 --- a/networking/arping.c +++ b/networking/arping.c @@ -6,7 +6,7 @@ * Busybox port: Nick Fedchik */ //config:config ARPING -//config: bool "arping (9.3 kb)" +//config: bool "arping (9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 6677f07d5..acaac16f8 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c @@ -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 diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 2f2921366..cb6910fb0 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c @@ -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. diff --git a/networking/hostname.c b/networking/hostname.c index 8e3238d99..248d8b65a 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -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. diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 9a67d24d8..026ff1cc8 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c @@ -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 diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 80fce87a6..8a6efc976 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -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. diff --git a/networking/ip.c b/networking/ip.c index 97d618cd9..034ee4fc8 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -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 diff --git a/networking/ipcalc.c b/networking/ipcalc.c index cdae8eea8..67f768836 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c @@ -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 diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index 0c33dde4f..f564d604a 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c @@ -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 diff --git a/networking/nbd-client.c b/networking/nbd-client.c index 1ce974db1..0dc8d0c43 100644 --- a/networking/nbd-client.c +++ b/networking/nbd-client.c @@ -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 diff --git a/networking/nslookup.c b/networking/nslookup.c index e153eb585..cd3c00003 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -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. diff --git a/networking/ntpd.c b/networking/ntpd.c index 041cac762..855815ece 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c @@ -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 diff --git a/networking/ping.c b/networking/ping.c index 570184fee..b534c74c7 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -25,7 +25,7 @@ * The code was modified by Bart Visscher */ //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 diff --git a/networking/pscan.c b/networking/pscan.c index 95b0a937d..2715ef2df 100644 --- a/networking/pscan.c +++ b/networking/pscan.c @@ -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. diff --git a/networking/route.c b/networking/route.c index 8387ce1bb..ac1d94c28 100644 --- a/networking/route.c +++ b/networking/route.c @@ -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 diff --git a/networking/slattach.c b/networking/slattach.c index e0a388926..c6feca248 100644 --- a/networking/slattach.c +++ b/networking/slattach.c @@ -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 diff --git a/networking/ssl_client.c b/networking/ssl_client.c index 875352d18..397aad297 100644 --- a/networking/ssl_client.c +++ b/networking/ssl_client.c @@ -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 diff --git a/networking/tc.c b/networking/tc.c index 4fa3e47bf..3e9808328 100644 --- a/networking/tc.c +++ b/networking/tc.c @@ -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 diff --git a/networking/tcpudp.c b/networking/tcpudp.c index c914221ae..a0af64981 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c @@ -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 diff --git a/networking/telnet.c b/networking/telnet.c index 1e6be85bd..7f65ff3e6 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -20,7 +20,7 @@ * by Fernando Silveira */ //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 diff --git a/networking/tftp.c b/networking/tftp.c index 4cd39186a..1828688d4 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -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 diff --git a/networking/traceroute.c b/networking/traceroute.c index a027b928a..bdf451186 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c @@ -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 diff --git a/networking/tunctl.c b/networking/tunctl.c index f2dc645a1..a0e3926e9 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c @@ -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 diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 3c6129249..38c91cbb4 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -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 diff --git a/networking/vconfig.c b/networking/vconfig.c index 8548c8c3b..3cc5f2460 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c @@ -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 diff --git a/networking/wget.c b/networking/wget.c index 58a51d9ff..30683dfc0 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -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 diff --git a/networking/whois.c b/networking/whois.c index f3da32b4e..55e1de964 100644 --- a/networking/whois.c +++ b/networking/whois.c @@ -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 diff --git a/networking/zcip.c b/networking/zcip.c index 94e49adcb..434762f12 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -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 -- cgit v1.2.3