[Buildroot] [git commit branch/next] configs/lego_ev3: use ext4 file system

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed May 31 20:58:30 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=3a51b42a24fc61ea637516b914d9c578be249103
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Change from using ext3 to ext4.

Signed-off-by: David Lechner <david at lechnology.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 configs/lego_ev3_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/lego_ev3_defconfig b/configs/lego_ev3_defconfig
index 0c1ab01..dea84d9 100644
--- a/configs/lego_ev3_defconfig
+++ b/configs/lego_ev3_defconfig
@@ -27,7 +27,7 @@ BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="board/lego/ev3/busybox.fragment"
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
-BR2_TARGET_ROOTFS_EXT2_3=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ROOTFS_SQUASHFS=y
 BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
 # BR2_TARGET_ROOTFS_TAR is not set


More information about the buildroot mailing list