From 168b9e1215c62d7bc0d0c70cec980166cad98830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sat, 6 Jan 2024 16:08:20 +0100 Subject: [PATCH] ath79: use bigger squashfs block size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A bigger squashfs block size improves compression ratio. The improved compression ratio is necessary for the Archer C60 devices (v1 + v2) because they include large wifi drivers. Signed-off-by: Fabian Bläse --- bsp/ath79-generic/.config | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/ath79-generic/.config b/bsp/ath79-generic/.config index b812287c..dbbf96bc 100644 --- a/bsp/ath79-generic/.config +++ b/bsp/ath79-generic/.config @@ -101,3 +101,4 @@ CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=m CONFIG_PACKAGE_kmod-ath10k-ct=m CONFIG_STRIP_KERNEL_EXPORTS=y +CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=1024