diff options
author | Jonathan Liu <net147@gmail.com> | 2014-03-23 15:35:53 +1100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-23 09:08:49 +0000 |
commit | 4a47c943a76e79af82d47d8fa83c6687e0d915a0 (patch) | |
tree | f247e6186c0724ee47d32c003a45c9c59f9e6472 | |
parent | 0a315804bf991664c0948e3024b8e8b9e9085808 (diff) | |
download | openembedded-core-4a47c943a76e79af82d47d8fa83c6687e0d915a0.tar.gz openembedded-core-4a47c943a76e79af82d47d8fa83c6687e0d915a0.tar.bz2 openembedded-core-4a47c943a76e79af82d47d8fa83c6687e0d915a0.zip |
busybox: disable fsck.minix and mkfs.minix
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>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 20cd147fa5..47eca212db 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 |