[PATCH] ramips: use lzma-loader on D-Link DIR-615 H1

Mirko Parthey mirko.parthey at web.de
Thu Sep 30 05:08:54 PDT 2021


Fixes the boot loader LZMA decompression issue:
LZMA ERROR 1 - must RESET board to recover

Signed-off-by: Mirko Parthey <mirko.parthey at web.de>
---
Please consider backporting to openwrt-21.02, which is also affected.

 target/linux/ramips/image/rt305x.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 6c339dc..e817c12 100644
--- a/target/linux/ramips/image/rt305x.mk
+++ b/target/linux/ramips/image/rt305x.mk
@@ -433,6 +433,7 @@ endef
 TARGET_DEVICES += dlink_dir-615-d

 define Device/dlink_dir-615-h1
+  $(Device/uimage-lzma-loader)
   SOC := rt3352
   BLOCKSIZE := 4k
   IMAGES += factory.bin
--
2.20.1




More information about the openwrt-devel mailing list