commit: https://git.buildroot.net/buildroot/commit/?id=70eef9b3de249bb329661cf956192583d8435734
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Allow building a ext4 rootfs type.
Signed-off-by: Fabio Estevam <redacted>
Signed-off-by: Thomas Petazzoni <redacted>
---
configs/freescale_imx6qsabresd_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig
index fc465a2..4191e99 100644
--- a/configs/freescale_imx6qsabresd_defconfig
+++ b/configs/freescale_imx6qsabresd_defconfig
@@ -23,6 +23,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
# filesystem
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
# required tools to create the microSD image
BR2_PACKAGE_HOST_DOSFSTOOLS=y