mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-07 00:00:42 +01:00
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 25ede5170d)
This commit is contained in:
parent
282dd271ad
commit
8fbf03690e
1 changed files with 2 additions and 1 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue