diff options
| author | Jasper Scholte | 2022-08-17 19:30:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-09-11 20:22:42 +0000 |
| commit | 4fcfb61ec9c711eab165617524da9a8599824201 (patch) | |
| tree | 87f66b56b1d89f17b14ab51eb628378bdfbac1a7 | |
| parent | 76fc277917fc847892dbbf525aea9f90a035d296 (diff) | |
| download | openwrt-4fcfb61ec9c711eab165617524da9a8599824201.tar.gz | |
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 <NightNL@outlook.com>
| -rw-r--r-- | target/linux/ramips/image/rt3883.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |