mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 14:06:15 +00:00
7d768a9ba6
Add a universal zImage which can be loaded by mpc85xx boards at load address 0x3000000. This allows boards to boot kernels larger than 16MB even if the image is loaded temporarily from NAND at offset 0x1000000 which some bootloaders do by default. Signed-off-by: David Bauer <mail@david-bauer.net>
7 lines
208 B
Makefile
7 lines
208 B
Makefile
BOARDNAME:=P1020
|
|
KERNEL_IMAGES:=simpleImage.ws-ap3710i simpleImage.ws-ap3825i simpleImage.hiveap-330 zImage.la3000000
|
|
|
|
define Target/Description
|
|
Build firmware images for Freescale P1020 based boards.
|
|
endef
|