summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2017-05-23 13:04:06 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-31 22:58:30 +0200
commit3a51b42a24fc61ea637516b914d9c578be249103 (patch)
treed44ab68207e9dfb0c4d87af3dd55ece0a8e54e34 /configs
parent13a4d5e580f67b9ebda548b818dd6fea226851a6 (diff)
downloadbuildroot-3a51b42a24fc61ea637516b914d9c578be249103.tar.gz
buildroot-3a51b42a24fc61ea637516b914d9c578be249103.zip
configs/lego_ev3: use ext4 file system
Change from using ext3 to ext4. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/lego_ev3_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/lego_ev3_defconfig b/configs/lego_ev3_defconfig
index 0c1ab01987..dea84d90d0 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
OpenPOWER on IntegriCloud