mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

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. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
231 B
Makefile
12 lines
231 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=an7581
|
|
BOARDNAME:=AN7581 / AN7566 / AN7551
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=pwm source-only
|
|
|
|
define Target/Description
|
|
Build firmware images for Airoha an7581 ARM based boards.
|
|
endef
|
|
|