diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2023-02-25 12:01:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-01 22:15:13 +0100 |
commit | 84c04ff4069a652755267d126418b211379c1cbf (patch) | |
tree | 0015151d480addac6e675e94ecf6d789cd987bf0 /target | |
parent | 7ce266767ca10e62b10c7b80389f3884760e8d7e (diff) | |
download | upstream-84c04ff4069a652755267d126418b211379c1cbf.tar.gz upstream-84c04ff4069a652755267d126418b211379c1cbf.tar.bz2 upstream-84c04ff4069a652755267d126418b211379c1cbf.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>
Diffstat (limited to 'target')
-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 e6536da3f3..92cc9094a8 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 |