summaryrefslogtreecommitdiffstats
path: root/configs/minnowboard_max-graphical_defconfig
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-04-12 14:56:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-12 21:02:53 +0200
commitb05ec5d4d771bbf2a753da598a213c4b037c6c5d (patch)
tree90a90f41b1b07e16c49af7d440770ffedc6c23a5 /configs/minnowboard_max-graphical_defconfig
parentdeafcccdd41094b92a5e20550ac187d9b691920f (diff)
downloadbuildroot-b05ec5d4d771bbf2a753da598a213c4b037c6c5d.tar.gz
buildroot-b05ec5d4d771bbf2a753da598a213c4b037c6c5d.zip
minnowboard_max-graphical: increase ext4 filesystem size
Now we have changed the default ext2/3/4 filesystem size from automatic to 60MB, the minnowboard_max graphical demo config doesn't fit anymore. So increase it to double. The exact number doesn't matter much, it has to be somewhat smaller than 128MiB, so let's take a round number of 120000K. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/minnowboard_max-graphical_defconfig')
-rw-r--r--configs/minnowboard_max-graphical_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/minnowboard_max-graphical_defconfig b/configs/minnowboard_max-graphical_defconfig
index ac363361ed..e8eb133f13 100644
--- a/configs/minnowboard_max-graphical_defconfig
+++ b/configs/minnowboard_max-graphical_defconfig
@@ -69,5 +69,6 @@ BR2_PACKAGE_STARTUP_NOTIFICATION=y
# Filesystem image
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_BLOCKS=120000
# BR2_TARGET_ROOTFS_TAR is not set
OpenPOWER on IntegriCloud