mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-28 15:14:11 +00:00
447eef2063
Convert the Enterasys WS-AP3710i access point to use the simpleImage wrapper. This is necessary, as the bootlaoder does not align the DTB correctly (and does not support altering the FDT loadaddress). Booting images with kernels 5.15 and later can break depending on the alignment on the DTB within the FIT image. Compared with the patch applied to master, this compiles the loader at the changed offset used in OpenWrt master. This is required, as U-Boot loads the uImage at the offset the loader is currently compiled for. Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit eec18118d02fa5d095cb4035c42187e487d0e68c)
7 lines
168 B
Makefile
7 lines
168 B
Makefile
BOARDNAME:=P1020
|
|
KERNEL_IMAGES:=simpleImage.ws-ap3710i simpleImage.ws-ap3825i
|
|
|
|
define Target/Description
|
|
Build firmware images for Freescale P1020 based boards.
|
|
endef
|