[openwrt/openwrt] ramips: enable LZMA loader for ZIO FREEZIO
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 17 01:33:22 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/583e401abb439e42956bf98db456fcf1e7e7f53a
commit 583e401abb439e42956bf98db456fcf1e7e7f53a
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu Oct 23 09:56:16 2025 +0800
ramips: enable LZMA loader for ZIO FREEZIO
Fix the kernel LZMA decompression error issue.
Fixes: https://github.com/openwrt/openwrt/issues/11815
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20509
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ramips/image/mt7621.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index a5131f901a..a4a4747c0a 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -3691,6 +3691,7 @@ TARGET_DEVICES += zbtlink_zbt-wg3526-32m
define Device/zio_freezio
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := ZIO
DEVICE_MODEL := FREEZIO
More information about the lede-commits
mailing list