From: nbd Date: Thu, 24 Sep 2015 08:37:23 +0000 (+0000) Subject: arm64: disable ext2/ext3 filesystem support (ext4 is enough) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=b626d725aeeb4c97f461273ff136151e2b480149;p=openwrt-working-2016%2F.git arm64: disable ext2/ext3 filesystem support (ext4 is enough) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47030 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/arm64/config-default b/target/linux/arm64/config-default index 55d333d556..28162b9f9b 100644 --- a/target/linux/arm64/config-default +++ b/target/linux/arm64/config-default @@ -100,8 +100,6 @@ CONFIG_DEFAULT_NOOP=y CONFIG_DEVTMPFS=y CONFIG_DTC=y # CONFIG_EFI is not set -CONFIG_EXT2_FS=y -CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y CONFIG_FAT_FS=y CONFIG_FB=y