diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2022-05-13 13:35:59 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2022-05-13 13:43:32 +0200 |
commit | 064e7e57b483e6879de0facef4f1fce86ec4ad47 (patch) | |
tree | 7b7333b07d19e3ac5c11f8916f39ccea41b3b3a0 /target/linux | |
parent | 20ca59ceb78114d6e7607ae55b512f8b38a77a9c (diff) | |
download | upstream-064e7e57b483e6879de0facef4f1fce86ec4ad47.tar.gz upstream-064e7e57b483e6879de0facef4f1fce86ec4ad47.tar.bz2 upstream-064e7e57b483e6879de0facef4f1fce86ec4ad47.zip |
ramips: fix booting on Samknows SK-WB8
This fixes a well known "LZMA ERROR 1" error, reported previously on
numerous of similar devices.
Fixes: #9824
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index cbdc63247d..6a9531aa8c 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1461,6 +1461,7 @@ TARGET_DEVICES += renkforce_ws-wn530hp3-a define Device/samknows_whitebox-v8 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := SamKnows DEVICE_MODEL := Whitebox 8 |