From e79589bea4b93dce7c9f66085689c1fa79ef9ec8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 8 Jul 2026 14:19:05 -0700 Subject: [PATCH] mvebu: use libdeflate for gzip Shrinks size slightly. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24149 Signed-off-by: Robert Marko --- target/linux/mvebu/image/cortexa53.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk index 3074c81270b..24216b93279 100644 --- a/target/linux/mvebu/image/cortexa53.mk +++ b/target/linux/mvebu/image/cortexa53.mk @@ -127,7 +127,7 @@ define Device/eMMC-methode IMAGE/emmc-gpt.img.gz := methode-gpt-emmc |\ pad-to 1M | boot-scr | boot-img-ext4 | append-boot-part |\ pad-to 33M | append-rootfs |\ - gzip + libdeflate-gzip BOOT_SCRIPT := udpu endef -- 2.47.3