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 /util-linux | |
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>
Diffstat (limited to 'util-linux')
-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 |
4 files changed, 4 insertions, 4 deletions
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 |