From b626d725aeeb4c97f461273ff136151e2b480149 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 24 Sep 2015 08:37:23 +0000 Subject: [PATCH 1/1] 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 --- target/linux/arm64/config-default | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.35.1