config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions

View File

@@ -16,7 +16,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config ASH
//config: bool "ash (77 kb)"
//config: bool "ash (78 kb)"
//config: default y
//config: depends on !NOMMU
//config: help

View File

@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config CTTYHACK
//config: bool "cttyhack (2.5 kb)"
//config: bool "cttyhack (2.4 kb)"
//config: default y
//config: help
//config: One common problem reported on the mailing list is the "can't

View File

@@ -93,7 +93,7 @@
* add =~ regex match operator: STR =~ REGEX
*/
//config:config HUSH
//config: bool "hush (64 kb)"
//config: bool "hush (68 kb)"
//config: default y
//config: help
//config: hush is a small shell. It handles the normal flow control