aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /networking
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/arp.c2
-rw-r--r--networking/arping.c2
-rw-r--r--networking/brctl.c2
-rw-r--r--networking/dnsd.c2
-rw-r--r--networking/ftpd.c2
-rw-r--r--networking/ftpgetput.c4
-rw-r--r--networking/hostname.c4
-rw-r--r--networking/httpd.c2
-rw-r--r--networking/ifconfig.c2
-rw-r--r--networking/ifenslave.c2
-rw-r--r--networking/ifplugd.c2
-rw-r--r--networking/inetd.c2
-rw-r--r--networking/ip.c14
-rw-r--r--networking/ipcalc.c2
-rw-r--r--networking/isrv_identd.c2
-rw-r--r--networking/nameif.c2
-rw-r--r--networking/nbd-client.c2
-rw-r--r--networking/nc.c2
-rw-r--r--networking/netstat.c2
-rw-r--r--networking/ntpd.c2
-rw-r--r--networking/ping.c4
-rw-r--r--networking/pscan.c2
-rw-r--r--networking/route.c2
-rw-r--r--networking/slattach.c2
-rw-r--r--networking/ssl_client.c2
-rw-r--r--networking/tcpudp.c4
-rw-r--r--networking/telnet.c2
-rw-r--r--networking/telnetd.c2
-rw-r--r--networking/tftp.c4
-rw-r--r--networking/traceroute.c4
-rw-r--r--networking/tunctl.c2
-rw-r--r--networking/udhcp/Config.src4
-rw-r--r--networking/vconfig.c2
-rw-r--r--networking/wget.c2
-rw-r--r--networking/whois.c2
-rw-r--r--networking/zcip.c2
36 files changed, 49 insertions, 49 deletions
diff --git a/networking/arp.c b/networking/arp.c
index a62a3761c..f23ec8629 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -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
diff --git a/networking/arping.c b/networking/arping.c
index 5bfeb1b45..bc6b6be6a 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -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
diff --git a/networking/brctl.c b/networking/brctl.c
index 35876896e..bedf8031a 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c
@@ -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
diff --git a/networking/dnsd.c b/networking/dnsd.c
index 1b85618c6..9e058584a 100644
--- a/networking/dnsd.c
+++ b/networking/dnsd.c
@@ -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.
diff --git a/networking/ftpd.c b/networking/ftpd.c
index 439608ce6..e923e78b2 100644
--- a/networking/ftpd.c
+++ b/networking/ftpd.c
@@ -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.
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index 35b4e4b64..b967cd7d9 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"
+//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.
diff --git a/networking/hostname.c b/networking/hostname.c
index 9f2418422..07d746c0f 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -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".
diff --git a/networking/httpd.c b/networking/httpd.c
index e072f23c7..7ad6d0878 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -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.
diff --git a/networking/ifconfig.c b/networking/ifconfig.c
index 9e16936d8..a08a0a18d 100644
--- a/networking/ifconfig.c
+++ b/networking/ifconfig.c
@@ -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
diff --git a/networking/ifenslave.c b/networking/ifenslave.c
index 070931209..7619fc376 100644
--- a/networking/ifenslave.c
+++ b/networking/ifenslave.c
@@ -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
diff --git a/networking/ifplugd.c b/networking/ifplugd.c
index 4f8a274b0..635417e05 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"
+//config: bool "ifplugd (9.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/networking/inetd.c b/networking/inetd.c
index 3bf157b70..9a9956857 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -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
diff --git a/networking/ip.c b/networking/ip.c
index 3cf52cdd7..de3a65bae 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"
+//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
diff --git a/networking/ipcalc.c b/networking/ipcalc.c
index 9359f9016..5975e6fd7 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"
+//config: bool "ipcalc (4.3 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 219c64b66..3384fddf2 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"
+//config: bool "fakeidentd (8.9 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help
diff --git a/networking/nameif.c b/networking/nameif.c
index cffd5bfde..e65aef417 100644
--- a/networking/nameif.c
+++ b/networking/nameif.c
@@ -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
diff --git a/networking/nbd-client.c b/networking/nbd-client.c
index 70869d651..ca71e4232 100644
--- a/networking/nbd-client.c
+++ b/networking/nbd-client.c
@@ -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
diff --git a/networking/nc.c b/networking/nc.c
index d2b1ddcce..ac80d425a 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -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
diff --git a/networking/netstat.c b/networking/netstat.c
index 68e0c1a04..003c2ba6f 100644
--- a/networking/netstat.c
+++ b/networking/netstat.c
@@ -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
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 73d27ac20..fdcb27fb2 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -41,7 +41,7 @@
***********************************************************************
*/
//config:config NTPD
-//config: bool "ntpd"
+//config: bool "ntpd (17 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/networking/ping.c b/networking/ping.c
index 94fb007f5..e9fb6fbec 100644
--- a/networking/ping.c
+++ b/networking/ping.c
@@ -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
diff --git a/networking/pscan.c b/networking/pscan.c
index 0893c3577..2859ff30f 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"
+//config: bool "pscan (6.6 kb)"
//config: default y
//config: help
//config: Simple network port scanner.
diff --git a/networking/route.c b/networking/route.c
index 7dc2b5a3d..38b95b2f2 100644
--- a/networking/route.c
+++ b/networking/route.c
@@ -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
diff --git a/networking/slattach.c b/networking/slattach.c
index 9267eb1d0..3be5bd27e 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"
+//config: bool "slattach (6.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/networking/ssl_client.c b/networking/ssl_client.c
index cfeae1587..6cbdafbfa 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"
+//config: bool "ssl_client (23 kb)"
//config: default y
//config: select TLS
//config: help
diff --git a/networking/tcpudp.c b/networking/tcpudp.c
index 3ebe7d5fc..b970c4723 100644
--- a/networking/tcpudp.c
+++ b/networking/tcpudp.c
@@ -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
diff --git a/networking/telnet.c b/networking/telnet.c
index a70f74762..1c4811d5d 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -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
diff --git a/networking/telnetd.c b/networking/telnetd.c
index f06e9583e..b617c2889 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -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
diff --git a/networking/tftp.c b/networking/tftp.c
index 189364f0c..3fe1fcb82 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"
+//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.
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 6817861ef..408f43c55 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -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
diff --git a/networking/tunctl.c b/networking/tunctl.c
index fa904c2a9..97ee1961b 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"
+//config: bool "tunctl (6.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index 5c068441a..43f3676e4 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -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
diff --git a/networking/vconfig.c b/networking/vconfig.c
index 854eca0a1..9efb79c16 100644
--- a/networking/vconfig.c
+++ b/networking/vconfig.c
@@ -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
diff --git a/networking/wget.c b/networking/wget.c
index 252f94dc6..6d78dd56f 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -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
diff --git a/networking/whois.c b/networking/whois.c
index c9dfcf5ee..ee5a6011f 100644
--- a/networking/whois.c
+++ b/networking/whois.c
@@ -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
diff --git a/networking/zcip.c b/networking/zcip.c
index 9122bd681..20543700a 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -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