mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +00:00
9131cb44ff
Introduce EN7581 SoC support with currently rfb board supported. This is a new 64bit SoC from Airoha that is currently almost fully supported upstream with only the DTS missing. Setting source-only waiting for the full upstream support to be completed. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
213 B
Makefile
12 lines
213 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=en7581
|
|
BOARDNAME:=EN7581
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=pwm source-only
|
|
|
|
define Target/Description
|
|
Build firmware images for Airoha en7581 ARM based boards.
|
|
endef
|
|
|