[openwrt/openwrt] at91/sama7: Use ext4 driver for ext2 and ext3
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 7 12:07:20 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6709b67265d04ee82b1e79e2a6c8eaeca9d5dfe4
commit 6709b67265d04ee82b1e79e2a6c8eaeca9d5dfe4
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Tue Apr 5 22:27:41 2022 +0200
at91/sama7: Use ext4 driver for ext2 and ext3
Use the ext4 driver for ext2 and ext3 too. This feature is activated in
the OpenWrt generic configuration.
Tested-by: Claudiu Beznea <claudiu.beznea at microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea at microchip.com>
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/at91/sama7/config-default | 6 ------
1 file changed, 6 deletions(-)
diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default
index 819e4da5d5..76e2e3d622 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
More information about the lede-commits
mailing list