diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2023-02-25 12:01:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-04-02 22:07:28 +0200 |
commit | 50d37b0b37d31b53e1a0a94c2585aa6e9960488a (patch) | |
tree | 9007f39fb1be6e056d5b3df44267dee90b612cae | |
parent | 13d3fb3c203625f0e5659b169de739125d191dea (diff) | |
download | openwrt-50d37b0b37d31b53e1a0a94c2585aa6e9960488a.tar.gz openwrt-50d37b0b37d31b53e1a0a94c2585aa6e9960488a.tar.bz2 openwrt-50d37b0b37d31b53e1a0a94c2585aa6e9960488a.zip |
ramips: rt5350: enable lzma-loader for ALLNET ALL5003
Fixes the boot loader LZMA decompression issue:
LZMA ERROR 1 - must RESET board to recover
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
(cherry picked from commit 84c04ff4069a652755267d126418b211379c1cbf)
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 708aeb8555..bba537a24e 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -120,6 +120,7 @@ endef TARGET_DEVICES += allnet_all5002 define Device/allnet_all5003 + $(Device/uimage-lzma-loader) SOC := rt5350 IMAGE_SIZE := 32448k DEVICE_VENDOR := Allnet |