diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-01-27 13:26:23 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-01-27 18:26:53 +0100 |
commit | ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e (patch) | |
tree | f8d3a3a86d2619a57597c540e356bdbad2a5ce19 /target/linux/ramips | |
parent | 2d72be766d0b709436affeb0bceae698503d0c3b (diff) | |
download | upstream-ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e.tar.gz upstream-ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e.tar.bz2 upstream-ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e.zip |
ramips: use lzma-loader on zbtlink devices
Fixes boot loader LZMA decompression issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 005a9bdc55..ec34e61268 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1353,6 +1353,7 @@ TARGET_DEVICES += youku_yk-l2 define Device/zbtlink_zbt-we1326 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WE1326 @@ -1363,6 +1364,7 @@ TARGET_DEVICES += zbtlink_zbt-we1326 define Device/zbtlink_zbt-we3526 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WE3526 @@ -1373,6 +1375,7 @@ TARGET_DEVICES += zbtlink_zbt-we3526 define Device/zbtlink_zbt-wg2626 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) IMAGE_SIZE := 16064k DEVICE_VENDOR := Zbtlink DEVICE_MODEL := ZBT-WG2626 |