From: Arnout Vandecappelle Date: Fri, 14 Apr 2017 21:26:06 +0000 (+0200) Subject: at91sam9x5ek_mmc_dev_defconfig: increase ext2 filesystem size X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d713de5e94b10983122811ef562d524088b9deb1;p=buildroot.git at91sam9x5ek_mmc_dev_defconfig: increase ext2 filesystem size Since commit c6bca8cef0 removed autocalculation of the ext2 filesystem size, the default size is now set to 60MB. However, this is just too small for at91sam9x5ek_mmc_dev_defconfig, which has a lot of extra packages for development. Increase the filesystem size to 120000K, which is a nice and round number and leaves enough space for overhead on a 128MB flash drive. Only 65MB is used. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/configs/at91sam9x5ek_mmc_dev_defconfig b/configs/at91sam9x5ek_mmc_dev_defconfig index 103b457d93..09482d2295 100644 --- a/configs/at91sam9x5ek_mmc_dev_defconfig +++ b/configs/at91sam9x5ek_mmc_dev_defconfig @@ -81,6 +81,7 @@ BR2_PACKAGE_VIM=y # Filesystem BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y +BR2_TARGET_ROOTFS_EXT2_BLOCKS=120000 # Bootloaders BR2_TARGET_AT91BOOTSTRAP3=y