config: add size estimations for a few applets
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 14 Jan 2018 11:03:33 +0000 (12:03 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 14 Jan 2018 11:03:33 +0000 (12:03 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
klibc-utils/nuke.c
klibc-utils/resume.c
klibc-utils/run-init.c
miscutils/hexedit.c
miscutils/setfattr.c

index 6b65f705f1b4551d7bd8532d21d006c480046f7c..60a5f714573fe024e0be5976a2cf4ed5bd87a040 100644 (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".
index f85384853b4513daaf17fa448dd3b0eb8ec004cd..3424f076b2b16fb0ba9db79063906cdfdeaabb19 100644 (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
index a70d1bfbfea451dc0fe81dad5189683850a7aa4b..61c16fd0b81ef6a97ee00ae2e53acaeca42e7c9a 100644 (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
index bafb834b569761dc1473c5191085d29c0df9a430..95c930d123485e214063a0366101f3b1ec29c995 100644 (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.
index f0ef227cbd57d3418fa764c5ace686fc5f0aa209..12eebc56ee90fe3cc7cb26721e14683bfdae2d88 100644 (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