Update remaining menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-19 14:32:54 +02:00
parent a165603d24
commit ae178cee3d
25 changed files with 28 additions and 28 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.