[Buildroot] [PATCH 1/2] configs/beelink_gs1: increase rootfs size to 120M

Clément Péron peron.clem at gmail.com
Sat Nov 6 18:14:23 UTC 2021


For the moment Beelink GS1 use a default rootfs size of 60M
which make sometimes the build failed due to missing space.

Increase the rootfs size to 120M.

Signed-off-by: Clément Péron <peron.clem at gmail.com>
---
 configs/beelink_gs1_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
index e88f3e3b69..1872aabdf0 100644
--- a/configs/beelink_gs1_defconfig
+++ b/configs/beelink_gs1_defconfig
@@ -24,6 +24,7 @@ BR2_PACKAGE_AUTOSSH=y
 BR2_PACKAGE_DROPBEAR=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 
 # Firmware
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
-- 
2.32.0



More information about the buildroot mailing list