mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
All devices under airoha use dts directory under the target, so update the default DEVICE_DTS_DIR. Also set the default DEVICE_DTS based on the SoC name for non-dev boards. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://github.com/openwrt/openwrt/pull/20190 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
292 B
Makefile
12 lines
292 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
|
|
endef
|
|
TARGET_DEVICES += airoha_en7523-evb
|