summaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-08-14 14:04:02 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-21 00:11:50 +0200
commit469719b4b14534776fb84d21aabb9199f73afb0a (patch)
treee0473aca5d8d0c93417ba8c2f1e592bd8fe2e072 /target/linux/layerscape
parent7e757a09ec11d773203a53eaa5ddc8c2dc0b68c1 (diff)
downloadopenwrt-469719b4b14534776fb84d21aabb9199f73afb0a.tar.gz
openwrt-469719b4b14534776fb84d21aabb9199f73afb0a.tar.bz2
openwrt-469719b4b14534776fb84d21aabb9199f73afb0a.zip
layerscape: Do not activate ext2 and ext3 driver options
The ext3 driver was already removed, the kernel config options are only there for backwards compatibility. The eth4 driver takes care of ext3 file systems. The ext4 driver also handled ext2 file systems. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r--target/linux/layerscape/armv8_64b/config-5.46
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4
index 4606c2304a..2ab42c9d70 100644
--- a/target/linux/layerscape/armv8_64b/config-5.4
+++ b/target/linux/layerscape/armv8_64b/config-5.4
@@ -210,12 +210,6 @@ CONFIG_ELF_CORE=y
# CONFIG_EMBEDDED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_ENETC_TSN=y
-CONFIG_EXT2_FS=y
-CONFIG_EXT2_FS_POSIX_ACL=y
-# CONFIG_EXT2_FS_SECURITY is not set
-CONFIG_EXT3_FS=y
-CONFIG_EXT3_FS_POSIX_ACL=y
-# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y