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>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
ARCH:=arm
|
|
SUBTARGET:=en7523
|
|
BOARDNAME:=EN7523 / EN7529 / EN7562
|
|
CPU_TYPE:=cortex-a7
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=source-only
|