commit: https://git.buildroot.net/buildroot/commit/?id=1bd04cea1cb12fbe3aa1dfdfcff04dcbffa0bb98
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_imx6qsabreauto_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/freescale_imx6qsabreauto_defconfig b/configs/freescale_imx6qsabreauto_defconfig
index ef2c20e..4536dc4 100644
--- a/configs/freescale_imx6qsabreauto_defconfig
+++ b/configs/freescale_imx6qsabreauto_defconfig
@@ -23,6 +23,7 @@ BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabreauto"
# 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