aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJoonhyuk Song <thenoface303@gmail.com>2022-11-21 11:37:36 +0900
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-06 23:29:42 +0100
commit8fbf03690efd41fc89a4f7d6cea9e66f59cac328 (patch)
tree8a9e12a0be9fadf0fb569d294cf0d6c2ce6c043a /target
parent282dd271ad73892fbe57062a62f4db5d09a0550b (diff)
downloadupstream-8fbf03690efd41fc89a4f7d6cea9e66f59cac328.tar.gz
upstream-8fbf03690efd41fc89a4f7d6cea9e66f59cac328.tar.bz2
upstream-8fbf03690efd41fc89a4f7d6cea9e66f59cac328.zip
ramips: mt7621: enable lzma-loader for netis WF2881
Fixes boot loader LZMA decompression issues (LZMA ERROR 1) Signed-off-by: Joonhyuk Song <thenoface303@gmail.com> (cherry picked from commit 25ede5170d5fbfd233ba21f7a294ec3a2ddeb635)
Diffstat (limited to 'target')
-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 4057c4ea11..ab131658e0 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -1448,6 +1448,7 @@ TARGET_DEVICES += netgear_wndr3700-v5
define Device/netis_wf2881
$(Device/dsa-migration)
+ $(Device/uimage-lzma-loader)
BLOCKSIZE := 128k
PAGESIZE := 2048
FILESYSTEMS := squashfs
@@ -1455,7 +1456,7 @@ define Device/netis_wf2881
IMAGE_SIZE := 129280k
UBINIZE_OPTS := -E 5
UIMAGE_NAME := WF2881_0.0.00
- KERNEL_INITRAMFS := $(KERNEL_DTB) | netis-tail WF2881 | uImage lzma
+ KERNEL_INITRAMFS := $$(KERNEL) | netis-tail WF2881
IMAGES += factory.bin
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | \