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-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip
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 @@
13 * modified for getopt32 by Arne Bernin <arne [at] alamut.de> 13 * modified for getopt32 by Arne Bernin <arne [at] alamut.de>
14 */ 14 */
15//config:config ARP 15//config:config ARP
16//config: bool "arp" 16//config: bool "arp (11 kb)"
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//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 @@
6 * Busybox port: Nick Fedchik <nick@fedchik.org.ua> 6 * Busybox port: Nick Fedchik <nick@fedchik.org.ua>
7 */ 7 */
8//config:config ARPING 8//config:config ARPING
9//config: bool "arping" 9//config: bool "arping (9.3 kb)"
10//config: default y 10//config: default y
11//config: select PLATFORM_LINUX 11//config: select PLATFORM_LINUX
12//config: help 12//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 @@
13 * At the time of this writing this was considered a feature. 13 * At the time of this writing this was considered a feature.
14 */ 14 */
15//config:config BRCTL 15//config:config BRCTL
16//config: bool "brctl" 16//config: bool "brctl (4.7 kb)"
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//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 @@
17 * the first porting of oao' scdns to busybox also. 17 * the first porting of oao' scdns to busybox also.
18 */ 18 */
19//config:config DNSD 19//config:config DNSD
20//config: bool "dnsd" 20//config: bool "dnsd (9.8 kb)"
21//config: default y 21//config: default y
22//config: help 22//config: help
23//config: Small and static DNS server daemon. 23//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 @@
12 * You have to run this daemon via inetd. 12 * You have to run this daemon via inetd.
13 */ 13 */
14//config:config FTPD 14//config:config FTPD
15//config: bool "ftpd" 15//config: bool "ftpd (30 kb)"
16//config: default y 16//config: default y
17//config: help 17//config: help
18//config: Simple FTP daemon. You have to run it via inetd. 18//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 @@
13 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 13 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
14 */ 14 */
15//config:config FTPGET 15//config:config FTPGET
16//config: bool "ftpget" 16//config: bool "ftpget (8 kb)"
17//config: default y 17//config: default y
18//config: help 18//config: help
19//config: Retrieve a remote file via FTP. 19//config: Retrieve a remote file via FTP.
20//config: 20//config:
21//config:config FTPPUT 21//config:config FTPPUT
22//config: bool "ftpput" 22//config: bool "ftpput (7.7 kb)"
23//config: default y 23//config: default y
24//config: help 24//config: help
25//config: Store a remote file via FTP. 25//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 @@
11 */ 11 */
12 12
13//config:config HOSTNAME 13//config:config HOSTNAME
14//config: bool "hostname" 14//config: bool "hostname (5.6 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: Show or set the system's host name. 17//config: Show or set the system's host name.
18//config: 18//config:
19//config:config DNSDOMAINNAME 19//config:config DNSDOMAINNAME
20//config: bool "dnsdomainname" 20//config: bool "dnsdomainname (3.6 kb)"
21//config: default y 21//config: default y
22//config: help 22//config: help
23//config: Alias to "hostname -d". 23//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 @@
99 */ 99 */
100 /* TODO: use TCP_CORK, parse_config() */ 100 /* TODO: use TCP_CORK, parse_config() */
101//config:config HTTPD 101//config:config HTTPD
102//config: bool "httpd" 102//config: bool "httpd (32 kb)"
103//config: default y 103//config: default y
104//config: help 104//config: help
105//config: HTTP server. 105//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 @@
26 * IPV6 support added by Bart Visscher <magick@linux-fan.com> 26 * IPV6 support added by Bart Visscher <magick@linux-fan.com>
27 */ 27 */
28//config:config IFCONFIG 28//config:config IFCONFIG
29//config: bool "ifconfig" 29//config: bool "ifconfig (12 kb)"
30//config: default y 30//config: default y
31//config: select PLATFORM_LINUX 31//config: select PLATFORM_LINUX
32//config: help 32//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 @@
98 * set version to 1.1.0 98 * set version to 1.1.0
99 */ 99 */
100//config:config IFENSLAVE 100//config:config IFENSLAVE
101//config: bool "ifenslave" 101//config: bool "ifenslave (13 kb)"
102//config: default y 102//config: default y
103//config: select PLATFORM_LINUX 103//config: select PLATFORM_LINUX
104//config: help 104//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 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config IFPLUGD 9//config:config IFPLUGD
10//config: bool "ifplugd" 10//config: bool "ifplugd (9.9 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//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 @@
154 * setuid() 154 * setuid()
155 */ 155 */
156//config:config INETD 156//config:config INETD
157//config: bool "inetd" 157//config: bool "inetd (18 kb)"
158//config: default y 158//config: default y
159//config: select FEATURE_SYSLOG 159//config: select FEATURE_SYSLOG
160//config: help 160//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 @@
9 * Bernhard Reutner-Fischer rewrote to use index_in_substr_array 9 * Bernhard Reutner-Fischer rewrote to use index_in_substr_array
10 */ 10 */
11//config:config IP 11//config:config IP
12//config: bool "ip" 12//config: bool "ip (34 kb)"
13//config: default y 13//config: default y
14//config: select PLATFORM_LINUX 14//config: select PLATFORM_LINUX
15//config: help 15//config: help
@@ -18,7 +18,7 @@
18//config: TCP/IP. 18//config: TCP/IP.
19//config: 19//config:
20//config:config IPADDR 20//config:config IPADDR
21//config: bool "ipaddr" 21//config: bool "ipaddr (14 kb)"
22//config: default y 22//config: default y
23//config: select FEATURE_IP_ADDRESS 23//config: select FEATURE_IP_ADDRESS
24//config: select PLATFORM_LINUX 24//config: select PLATFORM_LINUX
@@ -26,7 +26,7 @@
26//config: Support short form of ip addr: ipaddr 26//config: Support short form of ip addr: ipaddr
27//config: 27//config:
28//config:config IPLINK 28//config:config IPLINK
29//config: bool "iplink" 29//config: bool "iplink (16 kb)"
30//config: default y 30//config: default y
31//config: select FEATURE_IP_LINK 31//config: select FEATURE_IP_LINK
32//config: select PLATFORM_LINUX 32//config: select PLATFORM_LINUX
@@ -34,7 +34,7 @@
34//config: Support short form of ip link: iplink 34//config: Support short form of ip link: iplink
35//config: 35//config:
36//config:config IPROUTE 36//config:config IPROUTE
37//config: bool "iproute" 37//config: bool "iproute (15 kb)"
38//config: default y 38//config: default y
39//config: select FEATURE_IP_ROUTE 39//config: select FEATURE_IP_ROUTE
40//config: select PLATFORM_LINUX 40//config: select PLATFORM_LINUX
@@ -42,7 +42,7 @@
42//config: Support short form of ip route: iproute 42//config: Support short form of ip route: iproute
43//config: 43//config:
44//config:config IPTUNNEL 44//config:config IPTUNNEL
45//config: bool "iptunnel" 45//config: bool "iptunnel (9.6 kb)"
46//config: default y 46//config: default y
47//config: select FEATURE_IP_TUNNEL 47//config: select FEATURE_IP_TUNNEL
48//config: select PLATFORM_LINUX 48//config: select PLATFORM_LINUX
@@ -50,7 +50,7 @@
50//config: Support short form of ip tunnel: iptunnel 50//config: Support short form of ip tunnel: iptunnel
51//config: 51//config:
52//config:config IPRULE 52//config:config IPRULE
53//config: bool "iprule" 53//config: bool "iprule (10 kb)"
54//config: default y 54//config: default y
55//config: select FEATURE_IP_RULE 55//config: select FEATURE_IP_RULE
56//config: select PLATFORM_LINUX 56//config: select PLATFORM_LINUX
@@ -58,7 +58,7 @@
58//config: Support short form of ip rule: iprule 58//config: Support short form of ip rule: iprule
59//config: 59//config:
60//config:config IPNEIGH 60//config:config IPNEIGH
61//config: bool "ipneigh" 61//config: bool "ipneigh (8.3 kb)"
62//config: default y 62//config: default y
63//config: select FEATURE_IP_NEIGH 63//config: select FEATURE_IP_NEIGH
64//config: select PLATFORM_LINUX 64//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 @@
12 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 12 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
13 */ 13 */
14//config:config IPCALC 14//config:config IPCALC
15//config: bool "ipcalc" 15//config: bool "ipcalc (4.3 kb)"
16//config: default y 16//config: default y
17//config: help 17//config: help
18//config: ipcalc takes an IP address and netmask and calculates the 18//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 @@
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9//config:config FAKEIDENTD 9//config:config FAKEIDENTD
10//config: bool "fakeidentd" 10//config: bool "fakeidentd (8.9 kb)"
11//config: default y 11//config: default y
12//config: select FEATURE_SYSLOG 12//config: select FEATURE_SYSLOG
13//config: help 13//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 @@
11 */ 11 */
12 12
13//config:config NAMEIF 13//config:config NAMEIF
14//config: bool "nameif" 14//config: bool "nameif (6.6 kb)"
15//config: default y 15//config: default y
16//config: select PLATFORM_LINUX 16//config: select PLATFORM_LINUX
17//config: select FEATURE_SYSLOG 17//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 @@
12//kbuild:lib-$(CONFIG_NBDCLIENT) += nbd-client.o 12//kbuild:lib-$(CONFIG_NBDCLIENT) += nbd-client.o
13 13
14//config:config NBDCLIENT 14//config:config NBDCLIENT
15//config: bool "nbd-client" 15//config: bool "nbd-client (4.6 kb)"
16//config: default y 16//config: default y
17//config: help 17//config: help
18//config: Network block device client 18//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 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config NC 9//config:config NC
10//config: bool "nc" 10//config: bool "nc (11 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: A simple Unix utility which reads and writes data across network 13//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 @@
14 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 14 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
15 */ 15 */
16//config:config NETSTAT 16//config:config NETSTAT
17//config: bool "netstat" 17//config: bool "netstat (10 kb)"
18//config: default y 18//config: default y
19//config: select PLATFORM_LINUX 19//config: select PLATFORM_LINUX
20//config: help 20//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 @@
41 *********************************************************************** 41 ***********************************************************************
42 */ 42 */
43//config:config NTPD 43//config:config NTPD
44//config: bool "ntpd" 44//config: bool "ntpd (17 kb)"
45//config: default y 45//config: default y
46//config: select PLATFORM_LINUX 46//config: select PLATFORM_LINUX
47//config: help 47//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 @@
47#endif 47#endif
48 48
49//config:config PING 49//config:config PING
50//config: bool "ping" 50//config: bool "ping (9.5 kb)"
51//config: default y 51//config: default y
52//config: select PLATFORM_LINUX 52//config: select PLATFORM_LINUX
53//config: help 53//config: help
@@ -55,7 +55,7 @@
55//config: elicit an ICMP ECHO_RESPONSE from a host or gateway. 55//config: elicit an ICMP ECHO_RESPONSE from a host or gateway.
56//config: 56//config:
57//config:config PING6 57//config:config PING6
58//config: bool "ping6" 58//config: bool "ping6 (10 kb)"
59//config: default y 59//config: default y
60//config: depends on FEATURE_IPV6 60//config: depends on FEATURE_IPV6
61//config: help 61//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 @@
6 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 6 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
7 */ 7 */
8//config:config PSCAN 8//config:config PSCAN
9//config: bool "pscan" 9//config: bool "pscan (6.6 kb)"
10//config: default y 10//config: default y
11//config: help 11//config: help
12//config: Simple network port scanner. 12//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 @@
25 * remove ridiculous amounts of bloat. 25 * remove ridiculous amounts of bloat.
26 */ 26 */
27//config:config ROUTE 27//config:config ROUTE
28//config: bool "route" 28//config: bool "route (8.9 kb)"
29//config: default y 29//config: default y
30//config: select PLATFORM_LINUX 30//config: select PLATFORM_LINUX
31//config: help 31//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 @@
13 * - The -F options allows disabling of RTS/CTS flow control. 13 * - The -F options allows disabling of RTS/CTS flow control.
14 */ 14 */
15//config:config SLATTACH 15//config:config SLATTACH
16//config: bool "slattach" 16//config: bool "slattach (6.1 kb)"
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//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 @@
4 * Licensed under GPLv2, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6//config:config SSL_CLIENT 6//config:config SSL_CLIENT
7//config: bool "ssl_client" 7//config: bool "ssl_client (23 kb)"
8//config: default y 8//config: default y
9//config: select TLS 9//config: select TLS
10//config: help 10//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 @@
29 * - don't know how to retrieve ORIGDST for udp. 29 * - don't know how to retrieve ORIGDST for udp.
30 */ 30 */
31//config:config TCPSVD 31//config:config TCPSVD
32//config: bool "tcpsvd" 32//config: bool "tcpsvd (13 kb)"
33//config: default y 33//config: default y
34//config: help 34//config: help
35//config: tcpsvd listens on a TCP port and runs a program for each new 35//config: tcpsvd listens on a TCP port and runs a program for each new
36//config: connection. 36//config: connection.
37//config: 37//config:
38//config:config UDPSVD 38//config:config UDPSVD
39//config: bool "udpsvd" 39//config: bool "udpsvd (13 kb)"
40//config: default y 40//config: default y
41//config: help 41//config: help
42//config: udpsvd listens on an UDP port and runs a program for each new 42//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 @@
21 * 21 *
22 */ 22 */
23//config:config TELNET 23//config:config TELNET
24//config: bool "telnet" 24//config: bool "telnet (8.7 kb)"
25//config: default y 25//config: default y
26//config: help 26//config: help
27//config: Telnet is an interface to the TELNET protocol, but is also commonly 27//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 @@
21 * Set process group corrections, initial busybox port 21 * Set process group corrections, initial busybox port
22 */ 22 */
23//config:config TELNETD 23//config:config TELNETD
24//config: bool "telnetd" 24//config: bool "telnetd (12 kb)"
25//config: default y 25//config: default y
26//config: select FEATURE_SYSLOG 26//config: select FEATURE_SYSLOG
27//config: help 27//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 @@
19 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 19 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
20 */ 20 */
21//config:config TFTP 21//config:config TFTP
22//config: bool "tftp" 22//config: bool "tftp (12 kb)"
23//config: default y 23//config: default y
24//config: help 24//config: help
25//config: This enables the Trivial File Transfer Protocol client program. TFTP 25//config: This enables the Trivial File Transfer Protocol client program. TFTP
@@ -27,7 +27,7 @@
27//config: for a network-enabled bootloader. 27//config: for a network-enabled bootloader.
28//config: 28//config:
29//config:config TFTPD 29//config:config TFTPD
30//config: bool "tftpd" 30//config: bool "tftpd (10 kb)"
31//config: default y 31//config: default y
32//config: help 32//config: help
33//config: This enables the Trivial File Transfer Protocol server program. 33//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 @@
210 * Tue Dec 20 03:50:13 PST 1988 210 * Tue Dec 20 03:50:13 PST 1988
211 */ 211 */
212//config:config TRACEROUTE 212//config:config TRACEROUTE
213//config: bool "traceroute" 213//config: bool "traceroute (11 kb)"
214//config: default y 214//config: default y
215//config: select PLATFORM_LINUX 215//config: select PLATFORM_LINUX
216//config: help 216//config: help
217//config: Utility to trace the route of IP packets. 217//config: Utility to trace the route of IP packets.
218//config: 218//config:
219//config:config TRACEROUTE6 219//config:config TRACEROUTE6
220//config: bool "traceroute6" 220//config: bool "traceroute6 (12 kb)"
221//config: default y 221//config: default y
222//config: depends on FEATURE_IPV6 222//config: depends on FEATURE_IPV6
223//config: help 223//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 @@
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12//config:config TUNCTL 12//config:config TUNCTL
13//config: bool "tunctl" 13//config: bool "tunctl (6.4 kb)"
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX 15//config: select PLATFORM_LINUX
16//config: help 16//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
46 of the file. Normally it is safe to leave it untouched. 46 of the file. Normally it is safe to leave it untouched.
47 47
48config DUMPLEASES 48config DUMPLEASES
49 bool "dumpleases" 49 bool "dumpleases (6.4 kb)"
50 default y 50 default y
51 help 51 help
52 dumpleases displays the leases written out by the udhcpd. 52 dumpleases displays the leases written out by the udhcpd.
@@ -54,7 +54,7 @@ config DUMPLEASES
54 by the absolute time that it expires in seconds from epoch. 54 by the absolute time that it expires in seconds from epoch.
55 55
56config DHCPRELAY 56config DHCPRELAY
57 bool "dhcprelay" 57 bool "dhcprelay (5.8 kb)"
58 default y 58 default y
59 help 59 help
60 dhcprelay listens for dhcp requests on one or more interfaces 60 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 @@
10/* BB_AUDIT SUSv3 N/A */ 10/* BB_AUDIT SUSv3 N/A */
11 11
12//config:config VCONFIG 12//config:config VCONFIG
13//config: bool "vconfig" 13//config: bool "vconfig (2.5 kb)"
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX 15//config: select PLATFORM_LINUX
16//config: help 16//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 @@
10 */ 10 */
11 11
12//config:config WGET 12//config:config WGET
13//config: bool "wget" 13//config: bool "wget (35 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: wget is a utility for non-interactive download of files from HTTP 16//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 @@
11 */ 11 */
12 12
13//config:config WHOIS 13//config:config WHOIS
14//config: bool "whois" 14//config: bool "whois (6.6 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: whois is a client for the whois directory service 17//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 @@
15 * certainly be used. Its naming is built over multicast DNS. 15 * certainly be used. Its naming is built over multicast DNS.
16 */ 16 */
17//config:config ZCIP 17//config:config ZCIP
18//config: bool "zcip" 18//config: bool "zcip (7.8 kb)"
19//config: default y 19//config: default y
20//config: select PLATFORM_LINUX 20//config: select PLATFORM_LINUX
21//config: select FEATURE_SYSLOG 21//config: select FEATURE_SYSLOG