From 243de8f36e3c09af466a01c4b8fbdcebc70f0a92 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 25 Aug 2015 17:53:38 +0200 Subject: [PATCH] linux-sysmocom: Attempt to enable the ext4 kernel module again Wow.. this seems to be off so frequently. For the SD Card we should have the ext4 kernel module available. --- recipes-bsp/linux/files/sysmobts-v2/defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/linux/files/sysmobts-v2/defconfig b/recipes-bsp/linux/files/sysmobts-v2/defconfig index d32a978..a1970dd 100644 --- a/recipes-bsp/linux/files/sysmobts-v2/defconfig +++ b/recipes-bsp/linux/files/sysmobts-v2/defconfig @@ -1693,7 +1693,11 @@ CONFIG_IRQCHIP=y # # CONFIG_EXT2_FS is not set # CONFIG_EXT3_FS is not set -# CONFIG_EXT4_FS is not set +CONFIG_EXT3_FS=y +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y +CONFIG_EXT4_FS=y +CONFIG_JBD=y +CONFIG_JBD2=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set