[oe-commits] Jonathan Liu : busybox: disable fsck.minix and mkfs.minix

git at git.openembedded.org git at git.openembedded.org
Sun Mar 23 09:01:12 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 4a47c943a76e79af82d47d8fa83c6687e0d915a0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4a47c943a76e79af82d47d8fa83c6687e0d915a0

Author: Jonathan Liu <net147 at gmail.com>
Date:   Sun Mar 23 15:35:53 2014 +1100

busybox: disable fsck.minix and mkfs.minix

The MINIX and MINIX 2 filesystems are not really used anymore.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox/defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 20cd147..47eca21 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -556,10 +556,10 @@ CONFIG_FEATURE_FDISK_WRITABLE=y
 # CONFIG_FINDFS is not set
 CONFIG_FLOCK=y
 # CONFIG_FREERAMDISK is not set
-CONFIG_FSCK_MINIX=y
+# CONFIG_FSCK_MINIX is not set
 # CONFIG_MKFS_EXT2 is not set
-CONFIG_MKFS_MINIX=y
-CONFIG_FEATURE_MINIX2=y
+# CONFIG_MKFS_MINIX is not set
+# CONFIG_FEATURE_MINIX2 is not set
 # CONFIG_MKFS_REISER is not set
 # CONFIG_MKFS_VFAT is not set
 # CONFIG_GETOPT is not set



More information about the Openembedded-commits mailing list