airoha: Clarify subtarget compatibility

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>
This commit is contained in:
Andreas Gnau 2024-10-25 18:49:48 +02:00 committed by Christian Marangi
parent d7ed4c77b5
commit 1dc86af356
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ARCH:=aarch64 ARCH:=aarch64
SUBTARGET:=an7581 SUBTARGET:=an7581
BOARDNAME:=AN7581 BOARDNAME:=AN7581 / AN7566 / AN7551
CPU_TYPE:=cortex-a53 CPU_TYPE:=cortex-a53
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs
FEATURES+=pwm source-only FEATURES+=pwm source-only

View File

@ -1,6 +1,6 @@
ARCH:=arm ARCH:=arm
SUBTARGET:=en7523 SUBTARGET:=en7523
BOARDNAME:=EN7523 BOARDNAME:=EN7523 / EN7529 / EN7562
CPU_TYPE:=cortex-a7 CPU_TYPE:=cortex-a7
KERNELNAME:=Image dtbs KERNELNAME:=Image dtbs
FEATURES+=source-only FEATURES+=source-only