]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mvebu: use libdeflate for gzip 24149/head
authorRosen Penev <rosenp@gmail.com>
Wed, 8 Jul 2026 21:19:05 +0000 (14:19 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 9 Jul 2026 08:28:04 +0000 (10:28 +0200)
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>
target/linux/mvebu/image/cortexa53.mk

index 3074c81270b0da2968ad63f6b77359da15987349..24216b93279af05fac4b926d082e4df52689a988 100644 (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