mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
1dc86af356
Clarify compatibility of the two subtargets with different SoCs to reduce confusion. The added SoC names only differ in small details such as features enabled (PoN vs DSL for example). Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu> Link: https://github.com/openwrt/openwrt/pull/16785 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
|