From ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 27 Jan 2021 13:26:23 +0100 Subject: [PATCH] ramips: use lzma-loader on zbtlink devices Fixes boot loader LZMA decompression issues Signed-off-by: Felix Fietkau --- target/linux/ramips/image/mt7621.mk | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2