diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-14 12:03:33 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-01-14 12:03:33 +0100 |
commit | 38da4c4420ea6d7b3cf120c0902458e7d8256560 (patch) | |
tree | 12c2f1c121c1de98998d4bd9ef97e4d3fc08c7ea | |
parent | 12714ffa279275ac333f82368aa8cac1a740d5de (diff) | |
download | busybox-w32-38da4c4420ea6d7b3cf120c0902458e7d8256560.tar.gz busybox-w32-38da4c4420ea6d7b3cf120c0902458e7d8256560.tar.bz2 busybox-w32-38da4c4420ea6d7b3cf120c0902458e7d8256560.zip |
config: add size estimations for a few applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | klibc-utils/nuke.c | 2 | ||||
-rw-r--r-- | klibc-utils/resume.c | 2 | ||||
-rw-r--r-- | klibc-utils/run-init.c | 2 | ||||
-rw-r--r-- | miscutils/hexedit.c | 2 | ||||
-rw-r--r-- | miscutils/setfattr.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/klibc-utils/nuke.c b/klibc-utils/nuke.c index 6b65f705f..60a5f7145 100644 --- a/klibc-utils/nuke.c +++ b/klibc-utils/nuke.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config NUKE | 6 | //config:config NUKE |
7 | //config: bool "nuke" | 7 | //config: bool "nuke (2.4 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Alias to "rm -rf". | 10 | //config: Alias to "rm -rf". |
diff --git a/klibc-utils/resume.c b/klibc-utils/resume.c index f85384853..3424f076b 100644 --- a/klibc-utils/resume.c +++ b/klibc-utils/resume.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config RESUME | 6 | //config:config RESUME |
7 | //config: bool "resume" | 7 | //config: bool "resume (3.3 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Resume from saved "suspend-to-disk" image | 10 | //config: Resume from saved "suspend-to-disk" image |
diff --git a/klibc-utils/run-init.c b/klibc-utils/run-init.c index a70d1bfbf..61c16fd0b 100644 --- a/klibc-utils/run-init.c +++ b/klibc-utils/run-init.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 RUN_INIT | 8 | //config:config RUN_INIT |
9 | //config: bool "run-init" | 9 | //config: bool "run-init (7.5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | 11 | //config: select PLATFORM_LINUX |
12 | //config: help | 12 | //config: help |
diff --git a/miscutils/hexedit.c b/miscutils/hexedit.c index bafb834b5..95c930d12 100644 --- a/miscutils/hexedit.c +++ b/miscutils/hexedit.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config HEXEDIT | 6 | //config:config HEXEDIT |
7 | //config: bool "hexedit" | 7 | //config: bool "hexedit (20 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Edit file in hexadecimal. | 10 | //config: Edit file in hexadecimal. |
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c index f0ef227cb..12eebc56e 100644 --- a/miscutils/setfattr.c +++ b/miscutils/setfattr.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 SETFATTR | 8 | //config:config SETFATTR |
9 | //config: bool "setfattr" | 9 | //config: bool "setfattr (3.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Set/delete extended attributes on files | 12 | //config: Set/delete extended attributes on files |