diff options
author | Denys Vlasenko | 2017-07-19 14:32:54 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-19 14:32:54 +0200 |
commit | ae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (patch) | |
tree | 15b23d1e4fc178f2a27ee473a3d74338a8a995d8 /networking/ifupdown.c | |
parent | a165603d24dc3b5080859abfa834d092f456489d (diff) | |
download | busybox-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.zip busybox-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.gz |
Update remaining menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index a76fe10..e067543 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. |