aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /console-tools
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/chvt.c2
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/deallocvt.c2
-rw-r--r--console-tools/dumpkmap.c2
-rw-r--r--console-tools/fgconsole.c2
-rw-r--r--console-tools/kbd_mode.c2
-rw-r--r--console-tools/loadfont.c4
-rw-r--r--console-tools/loadkmap.c2
-rw-r--r--console-tools/openvt.c2
-rw-r--r--console-tools/reset.c2
-rw-r--r--console-tools/resize.c2
-rw-r--r--console-tools/setconsole.c2
-rw-r--r--console-tools/setkeycodes.c2
-rw-r--r--console-tools/setlogcons.c2
-rw-r--r--console-tools/showkey.c2
15 files changed, 16 insertions, 16 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c
index 2b993eb62..729f13ba2 100644
--- a/console-tools/chvt.c
+++ b/console-tools/chvt.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHVT
-//config: bool "chvt"
+//config: bool "chvt (2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/clear.c b/console-tools/clear.c
index b360d34d9..0c11ec817 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CLEAR
-//config: bool "clear"
+//config: bool "clear (tiny)"
//config: default y
//config: help
//config: This program clears the terminal screen.
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index 37c966af3..cf74a03ed 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DEALLOCVT
-//config: bool "deallocvt"
+//config: bool "deallocvt (1.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index 4a249868a..a8d8e3572 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -8,7 +8,7 @@
*
*/
//config:config DUMPKMAP
-//config: bool "dumpkmap"
+//config: bool "dumpkmap (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c
index 019761726..2582162a5 100644
--- a/console-tools/fgconsole.c
+++ b/console-tools/fgconsole.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FGCONSOLE
-//config: bool "fgconsole"
+//config: bool "fgconsole (1.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index f1238c6b4..815a65ad9 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config KBD_MODE
-//config: bool "kbd_mode"
+//config: bool "kbd_mode (4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index 29f723ec0..b7d291723 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -10,14 +10,14 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LOADFONT
-//config: bool "loadfont"
+//config: bool "loadfont (5.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: This program loads a console font from standard input.
//config:
//config:config SETFONT
-//config: bool "setfont"
+//config: bool "setfont (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index 70ab55a8e..7e8f82497 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LOADKMAP
-//config: bool "loadkmap"
+//config: bool "loadkmap (1.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/openvt.c b/console-tools/openvt.c
index 5cbc717ec..7ed3a28d5 100644
--- a/console-tools/openvt.c
+++ b/console-tools/openvt.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config OPENVT
-//config: bool "openvt"
+//config: bool "openvt (7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 587c0d11a..a0ce5c73d 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -10,7 +10,7 @@
/* "Standard" version of this tool is in ncurses package */
//config:config RESET
-//config: bool "reset"
+//config: bool "reset (275 bytes)"
//config: default y
//config: help
//config: This program is used to reset the terminal screen, if it
diff --git a/console-tools/resize.c b/console-tools/resize.c
index 567086f09..4ac5ee1aa 100644
--- a/console-tools/resize.c
+++ b/console-tools/resize.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESIZE
-//config: bool "resize"
+//config: bool "resize (756 bytes)"
//config: default y
//config: help
//config: This program is used to (re)set the width and height of your current
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c
index d47a33d59..7ba5a0eed 100644
--- a/console-tools/setconsole.c
+++ b/console-tools/setconsole.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETCONSOLE
-//config: bool "setconsole"
+//config: bool "setconsole (3.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index 11fc37ae9..cc668ec8a 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETKEYCODES
-//config: bool "setkeycodes"
+//config: bool "setkeycodes (1.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c
index 2ea36f039..350a71d43 100644
--- a/console-tools/setlogcons.c
+++ b/console-tools/setlogcons.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETLOGCONS
-//config: bool "setlogcons"
+//config: bool "setlogcons (1.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/console-tools/showkey.c b/console-tools/showkey.c
index c2447b887..8a485245d 100644
--- a/console-tools/showkey.c
+++ b/console-tools/showkey.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SHOWKEY
-//config: bool "showkey"
+//config: bool "showkey (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help