mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 09:40:44 +00:00
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: Lech Perczak <lech.perczak@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17616 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 32c6b9064ac7fc62cead37b1bc7d46ffba598c71)
This commit is contained in:
parent
eb82b2cbcb
commit
baa0fc8e04
@ -442,6 +442,10 @@ define Device/zte_mf28x_common
|
|||||||
DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct
|
DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
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
|
KERNEL_SIZE := 4096k
|
||||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user