From: Rosen Penev Date: Wed, 8 Jul 2026 21:19:05 +0000 (-0700) Subject: mvebu: use libdeflate for gzip X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e79589bea4b93dce7c9f66085689c1fa79ef9ec8;p=thirdparty%2Fopenwrt.git 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 --- 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