diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-05 22:27:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-07 21:08:07 +0200 |
commit | ad639134d98d919628eb23c6208f73d267896e66 (patch) | |
tree | 86afd25331372cde48638127e8c801a7106567b0 /target/linux | |
parent | 47ca26866dcf6211b70819eefed3c803aa6d9d05 (diff) | |
download | upstream-ad639134d98d919628eb23c6208f73d267896e66.tar.gz upstream-ad639134d98d919628eb23c6208f73d267896e66.tar.bz2 upstream-ad639134d98d919628eb23c6208f73d267896e66.zip |
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@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 6709b67265d04ee82b1e79e2a6c8eaeca9d5dfe4)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/at91/sama7/config-default | 6 |
1 files changed, 0 insertions, 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 |