[openwrt/openwrt] mvebu: use libdeflate for FitImage

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 24 02:47:25 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7bbe8d560c5ec8f7fb19ea6ea729030248ffae6d

commit 7bbe8d560c5ec8f7fb19ea6ea729030248ffae6d
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Tue Feb 24 11:46:24 2026 +0100

    mvebu: use libdeflate for FitImage
    
    Use libdeflate for faster and better compression in FitImages.
    
    Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 target/linux/mvebu/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index a1fa4b9f8d..7b462c9a88 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -151,7 +151,7 @@ endef
 
 define Device/FitImage
   KERNEL_SUFFIX := -uImage.itb
-  KERNEL = kernel-bin | gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb
+  KERNEL = kernel-bin | libdeflate-gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb
   KERNEL_NAME := Image
 endef
 




More information about the lede-commits mailing list