From 70eef9b3de249bb329661cf956192583d8435734 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 22 Sep 2016 10:54:10 -0300 Subject: configs/imx6qsabresd: Add ext4 rootfs option Allow building a ext4 rootfs type. Signed-off-by: Fabio Estevam Signed-off-by: Thomas Petazzoni --- configs/freescale_imx6qsabresd_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/freescale_imx6qsabresd_defconfig b/configs/freescale_imx6qsabresd_defconfig index fc465a2c0a..4191e99a24 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 -- cgit v1.2.1