[Buildroot] [git commit] configs/imx6qsabresd: Add ext4 rootfs option

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Sep 23 06:01:05 UTC 2016


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 <fabio.estevam at nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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


More information about the buildroot mailing list