From 71da71d92d57421fb3546986f68e854ae472cf1a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Dec 2015 22:02:03 +0100 Subject: optimize for really small systems Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. --- package/busybox/config/console-tools/Config.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'package/busybox/config/console-tools/Config.in') diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in index ae1c7cbad..2e338e264 100644 --- a/package/busybox/config/console-tools/Config.in +++ b/package/busybox/config/console-tools/Config.in @@ -6,10 +6,9 @@ menu "Console Utilities" - config BUSYBOX_CHVT bool "chvt" - default y + default n select BUSYBOX_PLATFORM_LINUX help This program is used to change to another terminal. @@ -24,7 +23,7 @@ config BUSYBOX_FGCONSOLE config BUSYBOX_CLEAR bool "clear" - default y + default n help This program clears the terminal screen. @@ -67,7 +66,7 @@ config BUSYBOX_LOADKMAP config BUSYBOX_OPENVT bool "openvt" - default y + default n select BUSYBOX_PLATFORM_LINUX help This program is used to start a command on an unused @@ -75,7 +74,7 @@ config BUSYBOX_OPENVT config BUSYBOX_RESET bool "reset" - default y + default n help This program is used to reset the terminal screen, if it gets messed up. @@ -99,7 +98,7 @@ config BUSYBOX_FEATURE_RESIZE_PRINT config BUSYBOX_SETCONSOLE bool "setconsole" - default y + default n select BUSYBOX_PLATFORM_LINUX help This program redirects the system console to another device, -- cgit v1.2.3