aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2022-11-28 15:45:12 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-06 23:29:42 +0100
commit1af58a2d39c4834bc84b853c2978d47572135af4 (patch)
tree9ab3f9806ab417c9d1d4b71b2764fa480c57d6a8 /target/linux
parent8fbf03690efd41fc89a4f7d6cea9e66f59cac328 (diff)
downloadupstream-1af58a2d39c4834bc84b853c2978d47572135af4.tar.gz
upstream-1af58a2d39c4834bc84b853c2978d47572135af4.tar.bz2
upstream-1af58a2d39c4834bc84b853c2978d47572135af4.zip
ramips: mt7621: enable lzma-loader for ZyXEL WAP6805
Fixing "Uncompressing Kernel Image ... LZMA ERROR 1 - must RESET board to recover". Signed-off-by: Bjørn Mork <bjorn@mork.no> (cherry picked from commit 8719f73fa2beddb259013801ca912b96fbc83543)
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/image/mt7621.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index ab131658e0..2907d90dab 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2232,6 +2232,7 @@ TARGET_DEVICES += zyxel_nwa55axe
define Device/zyxel_wap6805
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
BLOCKSIZE := 128k
PAGESIZE := 2048
KERNEL_SIZE := 4096k
@@ -2240,7 +2241,7 @@ define Device/zyxel_wap6805
DEVICE_VENDOR := ZyXEL
DEVICE_MODEL := WAP6805
DEVICE_PACKAGES := kmod-mt7603 kmod-mt7621-qtn-rgmii
- KERNEL := $(KERNEL_DTB) | uImage lzma | uimage-padhdr 160
+ KERNEL := $$(KERNEL/lzma-loader) | uImage none | uimage-padhdr 160
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
endef
TARGET_DEVICES += zyxel_wap6805