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/e2fsprogs/Config.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'package/busybox/config/e2fsprogs') diff --git a/package/busybox/config/e2fsprogs/Config.in b/package/busybox/config/e2fsprogs/Config.in index 830994b89..6e7755dab 100644 --- a/package/busybox/config/e2fsprogs/Config.in +++ b/package/busybox/config/e2fsprogs/Config.in @@ -6,10 +6,9 @@ menu "Linux Ext2 FS Progs" - config BUSYBOX_CHATTR bool "chattr" - default y + default n help chattr changes the file attributes on a second extended file system. @@ -24,7 +23,7 @@ config BUSYBOX_CHATTR config BUSYBOX_FSCK bool "fsck" - default y + default n help fsck is used to check and optionally repair one or more filesystems. In actuality, fsck is simply a front-end for the various file system @@ -32,7 +31,7 @@ config BUSYBOX_FSCK config BUSYBOX_LSATTR bool "lsattr" - default y + default n select BUSYBOX_PLATFORM_LINUX help lsattr lists the file attributes on a second extended file system. -- cgit v1.2.3