1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 22:48:10 +02:00

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>
This commit is contained in:
Mirko Parthey 2021-09-30 14:08:54 +02:00 committed by Hauke Mehrtens
parent b28443f82e
commit a4c3b6373c

@ -433,6 +433,7 @@ endef
TARGET_DEVICES += dlink_dir-615-d TARGET_DEVICES += dlink_dir-615-d
define Device/dlink_dir-615-h1 define Device/dlink_dir-615-h1
$(Device/uimage-lzma-loader)
SOC := rt3352 SOC := rt3352
BLOCKSIZE := 4k BLOCKSIZE := 4k
IMAGES += factory.bin IMAGES += factory.bin