aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
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 @@
* filter. That configuration consumes more power.
*/
//config:config ETHER_WAKE
-//config: bool "ether-wake"
+//config: bool "ether-wake (6.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//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 @@
*/
//config:config IFUP
-//config: bool "ifup"
+//config: bool "ifup (17 kb)"
//config: default y
//config: help
//config: Activate the specified interfaces. This applet makes use
@@ -34,7 +34,7 @@
//config: via busybox or via standalone utilities.
//config:
//config:config IFDOWN
-//config: bool "ifdown"
+//config: bool "ifdown (15 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config NSLOOKUP
-//config: bool "nslookup"
+//config: bool "nslookup (4.5 kb)"
//config: default y
//config: help
//config: nslookup is a tool to query Internet name servers.