diff mbox series

[4/6] at91/sama7: Use ext4 driver for ext2 and ext3

Message ID 20220405210504.3285558-5-hauke@hauke-m.de
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series at91/sama7: Update kernel configuration to fix build | expand

Commit Message

Hauke Mehrtens April 5, 2022, 9:05 p.m. UTC
Use the ext4 driver for ext2 and ext3 too. This feature is activated in
the OpenWrt generic configuration.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 target/linux/at91/sama7/config-default | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default
index 819e4da5d54d..76e2e3d622d9 100644
--- a/target/linux/at91/sama7/config-default
+++ b/target/linux/at91/sama7/config-default
@@ -147,12 +147,6 @@  CONFIG_EDAC_ATOMIC_SCRUB=y
 CONFIG_EDAC_SUPPORT=y
 CONFIG_EEPROM_AT24=y
 # CONFIG_EFI_PARTITION is not set
-CONFIG_EXT2_FS=y
-# CONFIG_EXT2_FS_POSIX_ACL is not set
-# CONFIG_EXT2_FS_SECURITY is not set
-CONFIG_EXT3_FS=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
 CONFIG_EXT4_FS=y
 CONFIG_FANOTIFY=y
 CONFIG_FAT_FS=y