1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 09:37:29 +02:00

arm64: disable ext2/ext3 filesystem support (ext4 is enough)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47030
This commit is contained in:
Felix Fietkau 2015-09-24 08:37:23 +00:00
parent 74f4f519e5
commit 67aa83442e

View File

@ -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