[openwrt/openwrt] layerscape: Do not activate ext2 and ext3 driver options
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 20 16:11:15 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/469719b4b14534776fb84d21aabb9199f73afb0a
commit 469719b4b14534776fb84d21aabb9199f73afb0a
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Aug 14 14:04:02 2021 +0200
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 at hauke-m.de>
---
target/linux/layerscape/armv8_64b/config-5.4 | 6 ------
1 file changed, 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
More information about the lede-commits
mailing list