diff options
author | Tony Butler <spudz76@gmail.com> | 2023-03-19 02:34:07 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-26 23:56:41 +0200 |
commit | 0170bc1af1bc7efe4c26d8eeb11db6d3fe4cfcb7 (patch) | |
tree | 91da5dfc5a62c3f739e4374c7a9654f4a73a23fc /target | |
parent | 96e3fee7add1acf6da26d524c6b7098f5c809ebd (diff) | |
download | upstream-0170bc1af1bc7efe4c26d8eeb11db6d3fe4cfcb7.tar.gz upstream-0170bc1af1bc7efe4c26d8eeb11db6d3fe4cfcb7.tar.bz2 upstream-0170bc1af1bc7efe4c26d8eeb11db6d3fe4cfcb7.zip |
ramips: mt7621: enable lzma-loader for AFOUNDRY EW1200
Fixes boot loader LZMA decompression issues (LZMA ERROR 1)
As reported in issue #12208
Reported-by: Raúl M. <raul.m@sparkedhost.com>
Tested-by: Raúl M. <raul.m@sparkedhost.com>
Signed-off-by: Tony Butler <spudz76@gmail.com>
(cherry picked from commit 889bbf89bb679f0c5b0fa432e27a3e0dd8940a4e)
Diffstat (limited to 'target')
-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 df2b935c88..1fb8060434 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -113,6 +113,7 @@ TARGET_DEVICES += adslr_g7 define Device/afoundry_ew1200 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := AFOUNDRY DEVICE_MODEL := EW1200 |