Buildroot: Bump initial image filesystem size.

We are quickly running out of space, bumping filesystem size
a bit till we have auto-expand implemented.
This commit is contained in:
Peter Steenbergen 2018-11-03 11:04:15 +01:00
parent ceecabfe3c
commit 2efec729d0
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ BR2_PACKAGE_NANO=y
BR2_PACKAGE_VIM=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="768M"
BR2_TARGET_ROOTFS_EXT2_SIZE="1024M"
# BR2_TARGET_ROOTFS_TAR is not set
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y