diff options
author | Bjørn Mork <bjorn@mork.no> | 2022-11-28 15:45:12 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-03 21:04:38 +0100 |
commit | 8719f73fa2beddb259013801ca912b96fbc83543 (patch) | |
tree | 4b68473ba78a09fbd3df8506c8606d5468f57a64 /target | |
parent | 7e83cdf3f7024e563088d69c6e95f772634fb098 (diff) | |
download | upstream-8719f73fa2beddb259013801ca912b96fbc83543.tar.gz upstream-8719f73fa2beddb259013801ca912b96fbc83543.tar.bz2 upstream-8719f73fa2beddb259013801ca912b96fbc83543.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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 943fc62ecd..82b4731bb5 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2575,6 +2575,7 @@ TARGET_DEVICES += zyxel_nwa55axe define Device/zyxel_wap6805 $(Device/dsa-migration) + $(Device/uimage-lzma-loader) BLOCKSIZE := 128k PAGESIZE := 2048 KERNEL_SIZE := 4096k @@ -2583,7 +2584,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 |