diff options
author | Fabio Estevam <festevam@gmail.com> | 2016-05-26 16:28:30 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-31 21:27:01 +0200 |
commit | 97aed09d375b617dc9ba5990d6dd66b5498b8353 (patch) | |
tree | 2646ffe2089941fdd3ac3528ac619354f677fbb0 | |
parent | 88c514a56aa523e0357bb08ea59b8e334f22a622 (diff) | |
download | buildroot-97aed09d375b617dc9ba5990d6dd66b5498b8353.tar.gz buildroot-97aed09d375b617dc9ba5990d6dd66b5498b8353.zip |
configs: mx53loco: Extend to ext4 type
Add support for EXT4 filesystem.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/mx53loco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |