[Buildroot] [PATCH v2 2/3] configs: mx53loco: Extend to ext4 type

Fabio Estevam festevam at gmail.com
Thu May 26 19:28:30 UTC 2016


Add support for EXT4 filesystem.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
Changes since v1:
- None

 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
-- 
1.9.1




More information about the buildroot mailing list