[openwrt/openwrt] ramips: use lzma-loader on zbtlink devices
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 27 12:27:13 EST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e
commit ff9846dbb94342b8b3e07ad54ec2e9a7a48e3f3e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Jan 27 13:26:23 2021 +0100
ramips: use lzma-loader on zbtlink devices
Fixes boot loader LZMA decompression issues
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
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
More information about the lede-commits
mailing list