diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 08:37:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 08:37:35 +0000 |
commit | 1300fff06d8bdb1411fcebdc043482afdb4b483c (patch) | |
tree | 409b1a11381f1fe8dbb9983832793639de79f6fa /target | |
parent | 6e62ac7a9b698888941972d25f11dd828d667eff (diff) | |
download | master-187ad058-1300fff06d8bdb1411fcebdc043482afdb4b483c.tar.gz master-187ad058-1300fff06d8bdb1411fcebdc043482afdb4b483c.tar.bz2 master-187ad058-1300fff06d8bdb1411fcebdc043482afdb4b483c.zip |
imx6: disable ext2/ext3 filesystem support (ext4 is enough)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/config-3.18 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/imx6/config-3.18 b/target/linux/imx6/config-3.18 index 83bfd0d41f..fcd86d495b 100644 --- a/target/linux/imx6/config-3.18 +++ b/target/linux/imx6/config-3.18 @@ -108,14 +108,6 @@ CONFIG_DTC=y # CONFIG_DW_DMAC_CORE is not set # CONFIG_DW_DMAC_PCI is not set # CONFIG_EMAC_ROCKCHIP is not set -CONFIG_EXT2_FS=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT3_FS=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y -CONFIG_EXT3_FS_XATTR=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y |