]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: disable fsck.minix and mkfs.minix
authorJonathan Liu <net147@gmail.com>
Sun, 23 Mar 2014 04:35:53 +0000 (15:35 +1100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 23 Mar 2014 09:08:49 +0000 (09:08 +0000)
The MINIX and MINIX 2 filesystems are not really used anymore.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/defconfig

index 20cd147fa5c27934e200aa478714d02cebe5d33b..47eca212dbe97f0b410a744065260ad1a0f20903 100644 (file)
@@ -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