Skip to content
Snippets Groups Projects
Commit 32c6b906 authored by Lech Perczak's avatar Lech Perczak Committed by Hauke Mehrtens
Browse files

ath79: zte-mf28x-common: fix initramfs execution


Now that LZMA_TEXT_START is configurable per-target once again,
move the target above 32MB boundary for ZTE MF28* devices.

Signed-off-by: default avatarLech Perczak <lech.perczak@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17616


Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 67209586
No related branches found
No related tags found
No related merge requests found
......@@ -442,6 +442,10 @@ define Device/zte_mf28x_common
DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct
BLOCKSIZE := 128k
PAGESIZE := 2048
LOADER_TYPE := bin
LZMA_TEXT_START := 0x82800000
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none
KERNEL_INITRAMFS := $$(KERNEL)
KERNEL_SIZE := 4096k
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment