[openwrt/openwrt] ramips: fix lzma-loader for ASIARF boards
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 7 00:14:12 PDT 2023
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b42ee4df5d45fc69a24be997fe9bc5933cc1896d
commit b42ee4df5d45fc69a24be997fe9bc5933cc1896d
Author: Daniel Danzberger <daniel at dd-wrt.com>
AuthorDate: Fri Jun 2 19:36:28 2023 +0200
ramips: fix lzma-loader for ASIARF boards
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Signed-off-by: Daniel Danzberger <daniel at dd-wrt.com>
(cherry picked from commit 29a5cb7a8b105ca6534bba63edcec48ae935c078)
---
target/linux/ramips/image/mt7621.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 2697f84bf7..6f50623acb 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -237,6 +237,7 @@ TARGET_DEVICES += arcadyan_we420223-99
define Device/asiarf_ap7621-001
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16000k
DEVICE_VENDOR := AsiaRF
DEVICE_MODEL := AP7621-001
@@ -247,6 +248,7 @@ TARGET_DEVICES += asiarf_ap7621-001
define Device/asiarf_ap7621-nv1
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16000k
DEVICE_VENDOR := AsiaRF
DEVICE_MODEL := AP7621-NV1
More information about the lede-commits
mailing list