From: Fabio Estevam Date: Thu, 26 May 2016 19:28:30 +0000 (-0300) Subject: configs: mx53loco: Extend to ext4 type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=97aed09d375b617dc9ba5990d6dd66b5498b8353;p=buildroot.git configs: mx53loco: Extend to ext4 type Add support for EXT4 filesystem. Signed-off-by: Fabio Estevam Signed-off-by: Thomas Petazzoni --- diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 06150c7ce6..e461f7a16c 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