diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
commit | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch) | |
tree | c3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /shell | |
parent | 10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff) | |
download | busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2 busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip |
config: update size information
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 a01c8fa8b..a284b084d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
17 | */ | 17 | */ |
18 | //config:config ASH | 18 | //config:config ASH |
19 | //config: bool "ash (77 kb)" | 19 | //config: bool "ash (78 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: depends on !NOMMU | 21 | //config: depends on !NOMMU |
22 | //config: help | 22 | //config: help |
diff --git a/shell/cttyhack.c b/shell/cttyhack.c index ec1b6c429..b9ee59bd0 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.5 kb)" | 8 | //config: bool "cttyhack (2.4 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 d80c717e7..920a85299 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -93,7 +93,7 @@ | |||
93 | * add =~ regex match operator: STR =~ REGEX | 93 | * add =~ regex match operator: STR =~ REGEX |
94 | */ | 94 | */ |
95 | //config:config HUSH | 95 | //config:config HUSH |
96 | //config: bool "hush (64 kb)" | 96 | //config: bool "hush (68 kb)" |
97 | //config: default y | 97 | //config: default y |
98 | //config: help | 98 | //config: help |
99 | //config: hush is a small shell. It handles the normal flow control | 99 | //config: hush is a small shell. It handles the normal flow control |