[Buildroot] [git commit branch/next] configs: mx53loco: Extend to ext4 type

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 31 19:27:01 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=97aed09d375b617dc9ba5990d6dd66b5498b8353
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Add support for EXT4 filesystem.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 configs/mx53loco_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 06150c7..e461f7a 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -13,6 +13,7 @@ BR2_GLOBAL_PATCH_DIR="board/freescale/imx53loco/patches/"
 
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 
 # Bootloader
 BR2_TARGET_UBOOT=y


More information about the buildroot mailing list