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

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 20 12:09:12 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a4c3b6373c1331c38567e332e333ac57620634ff

commit a4c3b6373c1331c38567e332e333ac57620634ff
Author: Mirko Parthey <mirko.parthey at web.de>
AuthorDate: Thu Sep 30 14:08:54 2021 +0200

    ramips: use lzma-loader on D-Link DIR-615 H1
    
    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>
---
 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 6c339dcba1..e817c12e76 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



More information about the lede-commits mailing list