diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 08:37:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 08:37:23 +0000 |
commit | 67aa83442e5589ea340a975cd7cf70fe36105ef7 (patch) | |
tree | c72b273fd94e66267dce24734c6d90ff0d80b244 | |
parent | 74f4f519e5d18f7cc68d997ee8b8e7a802f05515 (diff) | |
download | upstream-67aa83442e5589ea340a975cd7cf70fe36105ef7.tar.gz upstream-67aa83442e5589ea340a975cd7cf70fe36105ef7.tar.bz2 upstream-67aa83442e5589ea340a975cd7cf70fe36105ef7.zip |
arm64: disable ext2/ext3 filesystem support (ext4 is enough)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47030
-rw-r--r-- | target/linux/arm64/config-default | 2 |
1 files changed, 0 insertions, 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 |