mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
cccf3181a6
In preparation for EN7581 SoC support, move en7523 in dedicated subtarget. This is needed as EN7581 is now 64bit but en7523 is 32bit hence have very different kernel config. Also rename patch to a more friendly number sequence. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
13 lines
318 B
Makefile
13 lines
318 B
Makefile
KERNEL_LOADADDR := 0x80208000
|
|
|
|
define Target/Description
|
|
Build firmware images for Airoha EN7523 ARM based boards.
|
|
endef
|
|
|
|
define Device/airoha_en7523-evb
|
|
DEVICE_VENDOR := Airoha
|
|
DEVICE_MODEL := EN7523 Evaluation Board
|
|
DEVICE_DTS := en7523-evb
|
|
DEVICE_DTS_DIR := ../dts
|
|
endef
|
|
TARGET_DEVICES += airoha_en7523-evb
|