From 284d78043eaf9cdbefb1018fd2b792578b6f5077 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 20 Oct 2018 18:27:58 +0800 Subject: [PATCH] adjust SQUASHFS block to 256 --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index fab2f0300..bf3df2f9a 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -150,7 +150,7 @@ menu "Target Images" int "Block size (in KiB)" depends on TARGET_ROOTFS_SQUASHFS default 64 if LOW_MEMORY_FOOTPRINT - default 128 + default 256 menuconfig TARGET_ROOTFS_UBIFS bool "ubifs"