diff options
author | Mirko Parthey <mirko.parthey@web.de> | 2021-09-30 14:08:54 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 21:08:25 +0100 |
commit | a4c3b6373c1331c38567e332e333ac57620634ff (patch) | |
tree | 50e141518bc64c4734797c3348d9c0f5e3ad34bc | |
parent | b28443f82e4d83226a47f7b0d7ced06dff4f3350 (diff) | |
download | upstream-a4c3b6373c1331c38567e332e333ac57620634ff.tar.gz upstream-a4c3b6373c1331c38567e332e333ac57620634ff.tar.bz2 upstream-a4c3b6373c1331c38567e332e333ac57620634ff.zip |
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@web.de>
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |