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:54 +0000 |
commit | 24979a1f7ecc155cf36f61ffb2d2a32c2fb64734 (patch) | |
tree | 30fe24c9b24fca8202f03b16bada794037353b88 /meta/recipes-core | |
parent | 004f9be18abc89e6262318a39d2fae5beb854656 (diff) | |
download | poky-24979a1f7ecc155cf36f61ffb2d2a32c2fb64734.tar.gz |
busybox: disable fsck.minix and mkfs.minix
The MINIX and MINIX 2 filesystems are not really used anymore.
(From OE-Core rev: 4a47c943a76e79af82d47d8fa83c6687e0d915a0)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 | |||
556 | # CONFIG_FINDFS is not set | 556 | # CONFIG_FINDFS is not set |
557 | CONFIG_FLOCK=y | 557 | CONFIG_FLOCK=y |
558 | # CONFIG_FREERAMDISK is not set | 558 | # CONFIG_FREERAMDISK is not set |
559 | CONFIG_FSCK_MINIX=y | 559 | # CONFIG_FSCK_MINIX is not set |
560 | # CONFIG_MKFS_EXT2 is not set | 560 | # CONFIG_MKFS_EXT2 is not set |
561 | CONFIG_MKFS_MINIX=y | 561 | # CONFIG_MKFS_MINIX is not set |
562 | CONFIG_FEATURE_MINIX2=y | 562 | # CONFIG_FEATURE_MINIX2 is not set |
563 | # CONFIG_MKFS_REISER is not set | 563 | # CONFIG_MKFS_REISER is not set |
564 | # CONFIG_MKFS_VFAT is not set | 564 | # CONFIG_MKFS_VFAT is not set |
565 | # CONFIG_GETOPT is not set | 565 | # CONFIG_GETOPT is not set |