[openwrt/openwrt] ramips: fix lzma-loader for buffalo_WSR_600DHP
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 23 05:16:16 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/31b1366bc63968e92d023ad28de6d0896b640c78
commit 31b1366bc63968e92d023ad28de6d0896b640c78
Author: Haoan Li <lihaoan1001 at 163.com>
AuthorDate: Thu Apr 6 02:42:15 2023 +0800
ramips: fix lzma-loader for buffalo_WSR_600DHP
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Fixes: #11919
Signed-off-by: Haoan Li <lihaoan1001 at 163.com>
(cherry picked from commit c7b484f3647c58da2f86395228a9927290a6f6ed)
---
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 c3e2291a9d..9c451c26bf 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -306,6 +306,7 @@ TARGET_DEVICES += buffalo_wsr-2533dhpl
define Device/buffalo_wsr-600dhp
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := Buffalo
DEVICE_MODEL := WSR-600DHP
More information about the lede-commits
mailing list