aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:32:54 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-19 14:32:54 +0200
commitae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (patch)
tree15b23d1e4fc178f2a27ee473a3d74338a8a995d8 /networking
parenta165603d24dc3b5080859abfa834d092f456489d (diff)
downloadbusybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.gz
busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.bz2
busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.zip
Update remaining menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/ether-wake.c2
-rw-r--r--networking/ifupdown.c4
-rw-r--r--networking/nslookup.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c
index d7d691772..16155df54 100644
--- a/networking/ether-wake.c
+++ b/networking/ether-wake.c
@@ -64,7 +64,7 @@
64 * filter. That configuration consumes more power. 64 * filter. That configuration consumes more power.
65 */ 65 */
66//config:config ETHER_WAKE 66//config:config ETHER_WAKE
67//config: bool "ether-wake" 67//config: bool "ether-wake (6.6 kb)"
68//config: default y 68//config: default y
69//config: select PLATFORM_LINUX 69//config: select PLATFORM_LINUX
70//config: help 70//config: help
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index a76fe1021..e067543fa 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -18,7 +18,7 @@
18 */ 18 */
19 19
20//config:config IFUP 20//config:config IFUP
21//config: bool "ifup" 21//config: bool "ifup (17 kb)"
22//config: default y 22//config: default y
23//config: help 23//config: help
24//config: Activate the specified interfaces. This applet makes use 24//config: Activate the specified interfaces. This applet makes use
@@ -34,7 +34,7 @@
34//config: via busybox or via standalone utilities. 34//config: via busybox or via standalone utilities.
35//config: 35//config:
36//config:config IFDOWN 36//config:config IFDOWN
37//config: bool "ifdown" 37//config: bool "ifdown (15 kb)"
38//config: default y 38//config: default y
39//config: help 39//config: help
40//config: Deactivate the specified interfaces. 40//config: Deactivate the specified interfaces.
diff --git a/networking/nslookup.c b/networking/nslookup.c
index 8e3c8fed9..4e479730c 100644
--- a/networking/nslookup.c
+++ b/networking/nslookup.c
@@ -11,7 +11,7 @@
11 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 11 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
12 */ 12 */
13//config:config NSLOOKUP 13//config:config NSLOOKUP
14//config: bool "nslookup" 14//config: bool "nslookup (4.5 kb)"
15//config: default y 15//config: default y
16//config: help 16//config: help
17//config: nslookup is a tool to query Internet name servers. 17//config: nslookup is a tool to query Internet name servers.