diff options
author | Jasper Scholte <NightNL@outlook.com> | 2022-08-17 21:30:04 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-11 22:22:42 +0200 |
commit | 4fcfb61ec9c711eab165617524da9a8599824201 (patch) | |
tree | 87f66b56b1d89f17b14ab51eb628378bdfbac1a7 /target/linux/ramips/image/rt3883.mk | |
parent | 76fc277917fc847892dbbf525aea9f90a035d296 (diff) | |
download | upstream-4fcfb61ec9c711eab165617524da9a8599824201.tar.gz upstream-4fcfb61ec9c711eab165617524da9a8599824201.tar.bz2 upstream-4fcfb61ec9c711eab165617524da9a8599824201.zip |
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>
Diffstat (limited to 'target/linux/ramips/image/rt3883.mk')
-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 |