diff options
author | Grigory Batalov <bga@altlinux.org> | 2010-05-23 23:22:10 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-23 23:22:10 +0200 |
commit | ad7a5d436c8dec563f834a0a9bdad9e69b333cc9 (patch) | |
tree | c28e639d7c526dca6ef6d29892b05a416f6b8286 /scripts | |
parent | a85b66e0f906fedbba7fbaf5ea9ac0dbfc0e4916 (diff) | |
download | busybox-ad7a5d436c8dec563f834a0a9bdad9e69b333cc9.tar.gz |
fgconsole: new applet by Grigory Batalov <bga@altlinux.org>
function old new delta
fgconsole_main - 51 +51
applet_names 2227 2237 +10
applet_main 1304 1308 +4
applet_nameofs 652 654 +2
applet_install_loc 163 164 +1
packed_usage 27079 27073 -6
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 4/1 up/down: 68/-6) Total: 62 bytes
Signed-off-by: Grigory Batalov <bga@altlinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 0a748febc..8b88f79b3 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -287,6 +287,7 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y # Console Utilities # CONFIG_CHVT=y +CONFIG_FGCONSOLE=n CONFIG_CLEAR=y CONFIG_DEALLOCVT=y CONFIG_DUMPKMAP=y |