diff options
| author | Robert Marko | 2026-02-24 10:46:24 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-02-24 10:47:22 +0000 |
| commit | 7bbe8d560c5ec8f7fb19ea6ea729030248ffae6d (patch) | |
| tree | c3fbd1cfc216a2e3cf0a8c42c7d7ebf62a485516 | |
| parent | 231553b280925f1c1154c9a7c8549c4cbbea7c9e (diff) | |
| download | stintel-7bbe8d560c5ec8f7fb19ea6ea729030248ffae6d.tar.gz | |
mvebu: use libdeflate for FitImage
Use libdeflate for faster and better compression in FitImages.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
| -rw-r--r-- | target/linux/mvebu/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |