[openwrt/openwrt] omap: Remove EXT2 and EXT3 driver config

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 8 16:18:48 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7057e054855561e7695c4e9a14de38e39217041a

commit 7057e054855561e7695c4e9a14de38e39217041a
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Aug 9 01:13:05 2021 +0200

    omap: Remove EXT2 and EXT3 driver config
    
    The EXT4 driver also takes care of EXT2 and EXT3 file systems.
    Activating the EXT2 driver kernel config options unlocked some other
    ext2 driver related options which OpenWrt did not take care of.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/omap/config-5.4 | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/omap/config-5.4 b/target/linux/omap/config-5.4
index f202758c69..b5514a81df 100644
--- a/target/linux/omap/config-5.4
+++ b/target/linux/omap/config-5.4
@@ -232,10 +232,6 @@ CONFIG_DTC=y
 CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_EEPROM_93CX6=y
-CONFIG_EXT2_FS=y
-CONFIG_EXT3_FS=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
 CONFIG_EXT4_FS=y
 CONFIG_EXTCON=y
 CONFIG_EXTCON_PALMAS=y



More information about the lede-commits mailing list