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

@ -58,7 +58,7 @@
//config: //config:
//can't use "ARCH" for this applet, all hell breaks loose in build system :) //can't use "ARCH" for this applet, all hell breaks loose in build system :)
//config:config BB_ARCH //config:config BB_ARCH
//config: bool "arch" //config: bool "arch (1.6 kb)"
//config: default y //config: default y
//config: help //config: help
//config: Same as uname -m. //config: Same as uname -m.

View File

@ -2,7 +2,7 @@
/* This file was released into the public domain by Paul Fox. /* This file was released into the public domain by Paul Fox.
*/ */
//config:config BBCONFIG //config:config BBCONFIG
//config: bool "bbconfig" //config: bool "bbconfig (9.7 kb)"
//config: default n //config: default n
//config: help //config: help
//config: The bbconfig applet will print the config file with which //config: The bbconfig applet will print the config file with which

View File

@ -8,7 +8,7 @@
* *
*/ */
//config:config BEEP //config:config BEEP
//config: bool "beep" //config: bool "beep (3 kb)"
//config: default y //config: default y
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help

View File

@ -9,14 +9,14 @@
*/ */
//config:config NANDWRITE //config:config NANDWRITE
//config: bool "nandwrite" //config: bool "nandwrite (5.9 kb)"
//config: default y //config: default y
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help
//config: Write to the specified MTD device, with bad blocks awareness //config: Write to the specified MTD device, with bad blocks awareness
//config: //config:
//config:config NANDDUMP //config:config NANDDUMP
//config: bool "nanddump" //config: bool "nanddump (6.3 kb)"
//config: default y //config: default y
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help

View File

@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
//config:config READAHEAD //config:config READAHEAD
//config: bool "readahead" //config: bool "readahead (2 kb)"
//config: default y //config: default y
//config: depends on LFS //config: depends on LFS
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX

View File

@ -8,7 +8,7 @@
*/ */
//config:config RFKILL //config:config RFKILL
//config: bool "rfkill" //config: bool "rfkill (5.3 kb)"
//config: default n # doesn't build on Ubuntu 9.04 //config: default n # doesn't build on Ubuntu 9.04
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help

View File

@ -64,7 +64,7 @@
* filter. That configuration consumes more power. * filter. That configuration consumes more power.
*/ */
//config:config ETHER_WAKE //config:config ETHER_WAKE
//config: bool "ether-wake" //config: bool "ether-wake (6.6 kb)"
//config: default y //config: default y
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help

View File

@ -18,7 +18,7 @@
*/ */
//config:config IFUP //config:config IFUP
//config: bool "ifup" //config: bool "ifup (17 kb)"
//config: default y //config: default y
//config: help //config: help
//config: Activate the specified interfaces. This applet makes use //config: Activate the specified interfaces. This applet makes use
@ -34,7 +34,7 @@
//config: via busybox or via standalone utilities. //config: via busybox or via standalone utilities.
//config: //config:
//config:config IFDOWN //config:config IFDOWN
//config: bool "ifdown" //config: bool "ifdown (15 kb)"
//config: default y //config: default y
//config: help //config: help
//config: Deactivate the specified interfaces. //config: Deactivate the specified interfaces.

View File

@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
//config:config NSLOOKUP //config:config NSLOOKUP
//config: bool "nslookup" //config: bool "nslookup (4.5 kb)"
//config: default y //config: default y
//config: help //config: help
//config: nslookup is a tool to query Internet name servers. //config: nslookup is a tool to query Internet name servers.

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config CHCON //config:config CHCON
//config: bool "chcon" //config: bool "chcon (8.9 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config GETENFORCE //config:config GETENFORCE
//config: bool "getenforce" //config: bool "getenforce (1.7 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config GETSEBOOL //config:config GETSEBOOL
//config: bool "getsebool" //config: bool "getsebool (5.5 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config LOAD_POLICY //config:config LOAD_POLICY
//config: bool "load_policy" //config: bool "load_policy (1.6 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config MATCHPATHCON //config:config MATCHPATHCON
//config: bool "matchpathcon" //config: bool "matchpathcon (6.1 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -29,7 +29,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config RUNCON //config:config RUNCON
//config: bool "runcon" //config: bool "runcon (6.6 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config SELINUXENABLED //config:config SELINUXENABLED
//config: bool "selinuxenabled" //config: bool "selinuxenabled (321 bytes)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config SESTATUS //config:config SESTATUS
//config: bool "sestatus" //config: bool "sestatus (12 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config SETENFORCE //config:config SETENFORCE
//config: bool "setenforce" //config: bool "setenforce (2.1 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -4,7 +4,7 @@
Port to BusyBox (c) 2007 by Yuichi Nakamura <ynakam@hitachisoft.jp> Port to BusyBox (c) 2007 by Yuichi Nakamura <ynakam@hitachisoft.jp>
*/ */
//config:config SETFILES //config:config SETFILES
//config: bool "setfiles" //config: bool "setfiles (13 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help
@ -22,7 +22,7 @@
//config: the specified binary policy) for setfiles. Requires libsepol. //config: the specified binary policy) for setfiles. Requires libsepol.
//config: //config:
//config:config RESTORECON //config:config RESTORECON
//config: bool "restorecon" //config: bool "restorecon (12 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config SETSEBOOL //config:config SETSEBOOL
//config: bool "setsebool" //config: bool "setsebool (1.7 kb)"
//config: default n //config: default n
//config: depends on SELINUX //config: depends on SELINUX
//config: help //config: help

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
//config:config LOGREAD //config:config LOGREAD
//config: bool "logread" //config: bool "logread (6 kb)"
//config: default y //config: default y
//WRONG: it should be compilable without SYSLOG=y: //WRONG: it should be compilable without SYSLOG=y:
//WRONG: depends on FEATURE_IPC_SYSLOG //WRONG: depends on FEATURE_IPC_SYSLOG

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
//config:config BLKDISCARD //config:config BLKDISCARD
//config: bool "blkdiscard" //config: bool "blkdiscard (5.3 kb)"
//config: default y //config: default y
//config: help //config: help
//config: blkdiscard discards sectors on a given device. //config: blkdiscard discards sectors on a given device.

View File

@ -6,7 +6,7 @@
*/ */
//config:config FALLOCATE //config:config FALLOCATE
//config: bool "fallocate" //config: bool "fallocate (5 kb)"
//config: default y //config: default y
//config: help //config: help
//config: Preallocate space for files. //config: Preallocate space for files.

View File

@ -8,7 +8,7 @@
*/ */
//config:config NSENTER //config:config NSENTER
//config: bool "nsenter" //config: bool "nsenter (8.6 kb)"
//config: default y //config: default y
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX
//config: help //config: help

View File

@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
//config:config UNSHARE //config:config UNSHARE
//config: bool "unshare" //config: bool "unshare (9.2 kb)"
//config: default y //config: default y
//config: depends on !NOMMU //config: depends on !NOMMU
//config: select PLATFORM_LINUX //config: select PLATFORM_LINUX