diff mbox

[2/4] configs/imx6qsabreauto: Add ext4 rootfs option

Message ID 1474634837-5756-2-git-send-email-festevam@gmail.com
State Accepted
Headers show

Commit Message

Fabio Estevam Sept. 23, 2016, 12:47 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Allow building a ext4 rootfs type.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 configs/freescale_imx6qsabreauto_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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