From 4fcfb61ec9c711eab165617524da9a8599824201 Mon Sep 17 00:00:00 2001 From: Jasper Scholte Date: Wed, 17 Aug 2022 21:30:04 +0200 Subject: [PATCH] ramips: use lzma-loader on Sitecom WLR-6000 Fixes the boot loader LZMA decompression issue: LZMA ERROR 1 - must RESET board to recover Signed-off-by: Jasper Scholte --- target/linux/ramips/image/rt3883.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index db4ffc83df..e76678be1a 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -108,6 +108,7 @@ endef TARGET_DEVICES += samsung_cy-swr1100 define Device/sitecom_wlr-6000 + $(Device/uimage-lzma-loader) SOC := rt3883 BLOCKSIZE := 4k IMAGE_SIZE := 7244k -- 2.30.2