diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /shell | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2 busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 | ||||
-rw-r--r-- | shell/cttyhack.c | 2 | ||||
-rw-r--r-- | shell/hush.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c index 8bdeb44ae..e1d93da73 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -20,7 +20,7 @@ | |||
20 | //config: depends on !NOMMU | 20 | //config: depends on !NOMMU |
21 | //config: | 21 | //config: |
22 | //config:config ASH | 22 | //config:config ASH |
23 | //config: bool "ash (78 kb)" | 23 | //config: bool "ash (80 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: depends on !NOMMU | 25 | //config: depends on !NOMMU |
26 | //config: select SHELL_ASH | 26 | //config: select SHELL_ASH |
diff --git a/shell/cttyhack.c b/shell/cttyhack.c index b9ee59bd0..62dfb2bc2 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.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 CTTYHACK | 7 | //config:config CTTYHACK |
8 | //config: bool "cttyhack (2.4 kb)" | 8 | //config: bool "cttyhack (2.7 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: One common problem reported on the mailing list is the "can't | 11 | //config: One common problem reported on the mailing list is the "can't |
diff --git a/shell/hush.c b/shell/hush.c index 2f55b92ea..8e632e0af 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -91,7 +91,7 @@ | |||
91 | * in word = GLOB, quoting should be significant on char-by-char basis: a*cd"*" | 91 | * in word = GLOB, quoting should be significant on char-by-char basis: a*cd"*" |
92 | */ | 92 | */ |
93 | //config:config HUSH | 93 | //config:config HUSH |
94 | //config: bool "hush (68 kb)" | 94 | //config: bool "hush (70 kb)" |
95 | //config: default y | 95 | //config: default y |
96 | //config: select SHELL_HUSH | 96 | //config: select SHELL_HUSH |
97 | //config: help | 97 | //config: help |