mvebu: use libdeflate for gzip

Shrinks size slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24149
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev
2026-07-08 14:19:05 -07:00
committed by Robert Marko
parent ede8c8acac
commit e79589bea4
+1 -1
View File
@@ -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