From: Felix Fietkau Date: Thu, 24 Sep 2015 08:37:23 +0000 (+0000) Subject: arm64: disable ext2/ext3 filesystem support (ext4 is enough) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67aa83442e5589ea340a975cd7cf70fe36105ef7;p=lede.git arm64: disable ext2/ext3 filesystem support (ext4 is enough) Signed-off-by: Felix Fietkau SVN-Revision: 47030 --- 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