config: add size estimations for a few applets

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2018-01-14 12:03:33 +01:00
parent 12714ffa27
commit 38da4c4420
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config NUKE
//config: bool "nuke"
//config: bool "nuke (2.4 kb)"
//config: default y
//config: help
//config: Alias to "rm -rf".

View File

@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config RESUME
//config: bool "resume"
//config: bool "resume (3.3 kb)"
//config: default y
//config: help
//config: Resume from saved "suspend-to-disk" image

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config RUN_INIT
//config: bool "run-init"
//config: bool "run-init (7.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config HEXEDIT
//config: bool "hexedit"
//config: bool "hexedit (20 kb)"
//config: default y
//config: help
//config: Edit file in hexadecimal.

View File

@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SETFATTR
//config: bool "setfattr"
//config: bool "setfattr (3.6 kb)"
//config: default y
//config: help
//config: Set/delete extended attributes on files