diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:32:54 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:32:54 +0200 |
commit | ae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (patch) | |
tree | 15b23d1e4fc178f2a27ee473a3d74338a8a995d8 | |
parent | a165603d24dc3b5080859abfa834d092f456489d (diff) | |
download | busybox-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>
-rw-r--r-- | coreutils/uname.c | 2 | ||||
-rw-r--r-- | miscutils/bbconfig.c | 2 | ||||
-rw-r--r-- | miscutils/beep.c | 2 | ||||
-rw-r--r-- | miscutils/nandwrite.c | 4 | ||||
-rw-r--r-- | miscutils/readahead.c | 2 | ||||
-rw-r--r-- | miscutils/rfkill.c | 2 | ||||
-rw-r--r-- | networking/ether-wake.c | 2 | ||||
-rw-r--r-- | networking/ifupdown.c | 4 | ||||
-rw-r--r-- | networking/nslookup.c | 2 | ||||
-rw-r--r-- | selinux/chcon.c | 2 | ||||
-rw-r--r-- | selinux/getenforce.c | 2 | ||||
-rw-r--r-- | selinux/getsebool.c | 2 | ||||
-rw-r--r-- | selinux/load_policy.c | 2 | ||||
-rw-r--r-- | selinux/matchpathcon.c | 2 | ||||
-rw-r--r-- | selinux/runcon.c | 2 | ||||
-rw-r--r-- | selinux/selinuxenabled.c | 2 | ||||
-rw-r--r-- | selinux/sestatus.c | 2 | ||||
-rw-r--r-- | selinux/setenforce.c | 2 | ||||
-rw-r--r-- | selinux/setfiles.c | 4 | ||||
-rw-r--r-- | selinux/setsebool.c | 2 | ||||
-rw-r--r-- | sysklogd/logread.c | 2 | ||||
-rw-r--r-- | util-linux/blkdiscard.c | 2 | ||||
-rw-r--r-- | util-linux/fallocate.c | 2 | ||||
-rw-r--r-- | util-linux/nsenter.c | 2 | ||||
-rw-r--r-- | util-linux/unshare.c | 2 |
25 files changed, 28 insertions, 28 deletions
diff --git a/coreutils/uname.c b/coreutils/uname.c index 18c6d8efd..8a33cf3b5 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -58,7 +58,7 @@ | |||
58 | //config: | 58 | //config: |
59 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) | 59 | //can't use "ARCH" for this applet, all hell breaks loose in build system :) |
60 | //config:config BB_ARCH | 60 | //config:config BB_ARCH |
61 | //config: bool "arch" | 61 | //config: bool "arch (1.6 kb)" |
62 | //config: default y | 62 | //config: default y |
63 | //config: help | 63 | //config: help |
64 | //config: Same as uname -m. | 64 | //config: Same as uname -m. |
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index 4781a4276..faaacad18 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* This file was released into the public domain by Paul Fox. | 2 | /* This file was released into the public domain by Paul Fox. |
3 | */ | 3 | */ |
4 | //config:config BBCONFIG | 4 | //config:config BBCONFIG |
5 | //config: bool "bbconfig" | 5 | //config: bool "bbconfig (9.7 kb)" |
6 | //config: default n | 6 | //config: default n |
7 | //config: help | 7 | //config: help |
8 | //config: The bbconfig applet will print the config file with which | 8 | //config: The bbconfig applet will print the config file with which |
diff --git a/miscutils/beep.c b/miscutils/beep.c index 216f69400..782656fc5 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | //config:config BEEP | 10 | //config:config BEEP |
11 | //config: bool "beep" | 11 | //config: bool "beep (3 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index dbe9043f4..8659b491f 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -9,14 +9,14 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config NANDWRITE | 11 | //config:config NANDWRITE |
12 | //config: bool "nandwrite" | 12 | //config: bool "nandwrite (5.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: Write to the specified MTD device, with bad blocks awareness | 16 | //config: Write to the specified MTD device, with bad blocks awareness |
17 | //config: | 17 | //config: |
18 | //config:config NANDDUMP | 18 | //config:config NANDDUMP |
19 | //config: bool "nanddump" | 19 | //config: bool "nanddump (6.3 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: select PLATFORM_LINUX | 21 | //config: select PLATFORM_LINUX |
22 | //config: help | 22 | //config: help |
diff --git a/miscutils/readahead.c b/miscutils/readahead.c index b8e9b257f..eb966b0f0 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config READAHEAD | 12 | //config:config READAHEAD |
13 | //config: bool "readahead" | 13 | //config: bool "readahead (2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: depends on LFS | 15 | //config: depends on LFS |
16 | //config: select PLATFORM_LINUX | 16 | //config: select PLATFORM_LINUX |
diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c index 7411b6fc3..2c083b144 100644 --- a/miscutils/rfkill.c +++ b/miscutils/rfkill.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RFKILL | 10 | //config:config RFKILL |
11 | //config: bool "rfkill" | 11 | //config: bool "rfkill (5.3 kb)" |
12 | //config: default n # doesn't build on Ubuntu 9.04 | 12 | //config: default n # doesn't build on Ubuntu 9.04 |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
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. |
diff --git a/selinux/chcon.c b/selinux/chcon.c index ba9b08638..6caf14750 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config CHCON | 10 | //config:config CHCON |
11 | //config: bool "chcon" | 11 | //config: bool "chcon (8.9 kb)" |
12 | //config: default n | 12 | //config: default n |
13 | //config: depends on SELINUX | 13 | //config: depends on SELINUX |
14 | //config: help | 14 | //config: help |
diff --git a/selinux/getenforce.c b/selinux/getenforce.c index 37477652b..44bcdfd24 100644 --- a/selinux/getenforce.c +++ b/selinux/getenforce.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config GETENFORCE | 9 | //config:config GETENFORCE |
10 | //config: bool "getenforce" | 10 | //config: bool "getenforce (1.7 kb)" |
11 | //config: default n | 11 | //config: default n |
12 | //config: depends on SELINUX | 12 | //config: depends on SELINUX |
13 | //config: help | 13 | //config: help |
diff --git a/selinux/getsebool.c b/selinux/getsebool.c index fce478f5b..2c56a05fc 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config GETSEBOOL | 9 | //config:config GETSEBOOL |
10 | //config: bool "getsebool" | 10 | //config: bool "getsebool (5.5 kb)" |
11 | //config: default n | 11 | //config: default n |
12 | //config: depends on SELINUX | 12 | //config: depends on SELINUX |
13 | //config: help | 13 | //config: help |
diff --git a/selinux/load_policy.c b/selinux/load_policy.c index f969453e3..22ee0527d 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config LOAD_POLICY | 7 | //config:config LOAD_POLICY |
8 | //config: bool "load_policy" | 8 | //config: bool "load_policy (1.6 kb)" |
9 | //config: default n | 9 | //config: default n |
10 | //config: depends on SELINUX | 10 | //config: depends on SELINUX |
11 | //config: help | 11 | //config: help |
diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index a3b2fcb74..7814f62ed 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MATCHPATHCON | 8 | //config:config MATCHPATHCON |
9 | //config: bool "matchpathcon" | 9 | //config: bool "matchpathcon (6.1 kb)" |
10 | //config: default n | 10 | //config: default n |
11 | //config: depends on SELINUX | 11 | //config: depends on SELINUX |
12 | //config: help | 12 | //config: help |
diff --git a/selinux/runcon.c b/selinux/runcon.c index 82f4d50d3..f7d6fcd29 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c | |||
@@ -29,7 +29,7 @@ | |||
29 | * Licensed under GPLv2, see file LICENSE in this source tree. | 29 | * Licensed under GPLv2, see file LICENSE in this source tree. |
30 | */ | 30 | */ |
31 | //config:config RUNCON | 31 | //config:config RUNCON |
32 | //config: bool "runcon" | 32 | //config: bool "runcon (6.6 kb)" |
33 | //config: default n | 33 | //config: default n |
34 | //config: depends on SELINUX | 34 | //config: depends on SELINUX |
35 | //config: help | 35 | //config: help |
diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index b80c4e71b..e2c44b3b8 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SELINUXENABLED | 9 | //config:config SELINUXENABLED |
10 | //config: bool "selinuxenabled" | 10 | //config: bool "selinuxenabled (321 bytes)" |
11 | //config: default n | 11 | //config: default n |
12 | //config: depends on SELINUX | 12 | //config: depends on SELINUX |
13 | //config: help | 13 | //config: help |
diff --git a/selinux/sestatus.c b/selinux/sestatus.c index ad49c9d25..719832e8f 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SESTATUS | 10 | //config:config SESTATUS |
11 | //config: bool "sestatus" | 11 | //config: bool "sestatus (12 kb)" |
12 | //config: default n | 12 | //config: default n |
13 | //config: depends on SELINUX | 13 | //config: depends on SELINUX |
14 | //config: help | 14 | //config: help |
diff --git a/selinux/setenforce.c b/selinux/setenforce.c index 8d18abd29..2e4ab77b1 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config SETENFORCE | 9 | //config:config SETENFORCE |
10 | //config: bool "setenforce" | 10 | //config: bool "setenforce (2.1 kb)" |
11 | //config: default n | 11 | //config: default n |
12 | //config: depends on SELINUX | 12 | //config: depends on SELINUX |
13 | //config: help | 13 | //config: help |
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index c14a67be5..ceba36326 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c | |||
@@ -4,7 +4,7 @@ | |||
4 | Port to BusyBox (c) 2007 by Yuichi Nakamura <ynakam@hitachisoft.jp> | 4 | Port to BusyBox (c) 2007 by Yuichi Nakamura <ynakam@hitachisoft.jp> |
5 | */ | 5 | */ |
6 | //config:config SETFILES | 6 | //config:config SETFILES |
7 | //config: bool "setfiles" | 7 | //config: bool "setfiles (13 kb)" |
8 | //config: default n | 8 | //config: default n |
9 | //config: depends on SELINUX | 9 | //config: depends on SELINUX |
10 | //config: help | 10 | //config: help |
@@ -22,7 +22,7 @@ | |||
22 | //config: the specified binary policy) for setfiles. Requires libsepol. | 22 | //config: the specified binary policy) for setfiles. Requires libsepol. |
23 | //config: | 23 | //config: |
24 | //config:config RESTORECON | 24 | //config:config RESTORECON |
25 | //config: bool "restorecon" | 25 | //config: bool "restorecon (12 kb)" |
26 | //config: default n | 26 | //config: default n |
27 | //config: depends on SELINUX | 27 | //config: depends on SELINUX |
28 | //config: help | 28 | //config: help |
diff --git a/selinux/setsebool.c b/selinux/setsebool.c index 6a6bd031c..9005a384d 100644 --- a/selinux/setsebool.c +++ b/selinux/setsebool.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SETSEBOOL | 10 | //config:config SETSEBOOL |
11 | //config: bool "setsebool" | 11 | //config: bool "setsebool (1.7 kb)" |
12 | //config: default n | 12 | //config: default n |
13 | //config: depends on SELINUX | 13 | //config: depends on SELINUX |
14 | //config: help | 14 | //config: help |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index 71459941e..dd4c7cb6d 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config LOGREAD | 11 | //config:config LOGREAD |
12 | //config: bool "logread" | 12 | //config: bool "logread (6 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //WRONG: it should be compilable without SYSLOG=y: | 14 | //WRONG: it should be compilable without SYSLOG=y: |
15 | //WRONG: depends on FEATURE_IPC_SYSLOG | 15 | //WRONG: depends on FEATURE_IPC_SYSLOG |
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c index 85039c5d0..690062970 100644 --- a/util-linux/blkdiscard.c +++ b/util-linux/blkdiscard.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config BLKDISCARD | 8 | //config:config BLKDISCARD |
9 | //config: bool "blkdiscard" | 9 | //config: bool "blkdiscard (5.3 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: blkdiscard discards sectors on a given device. | 12 | //config: blkdiscard discards sectors on a given device. |
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c index 1cd851bde..34f01ebd5 100644 --- a/util-linux/fallocate.c +++ b/util-linux/fallocate.c | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | //config:config FALLOCATE | 8 | //config:config FALLOCATE |
9 | //config: bool "fallocate" | 9 | //config: bool "fallocate (5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Preallocate space for files. | 12 | //config: Preallocate space for files. |
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c index 57b218dab..315e3420b 100644 --- a/util-linux/nsenter.c +++ b/util-linux/nsenter.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config NSENTER | 10 | //config:config NSENTER |
11 | //config: bool "nsenter" | 11 | //config: bool "nsenter (8.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 875e3f86e..892d3b6c7 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config UNSHARE | 9 | //config:config UNSHARE |
10 | //config: bool "unshare" | 10 | //config: bool "unshare (9.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on !NOMMU | 12 | //config: depends on !NOMMU |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |