airoha: Clarify subtarget compatibility
authorAndreas Gnau <andreas.gnau@iopsys.eu>
Fri, 25 Oct 2024 16:49:48 +0000 (18:49 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 25 Oct 2024 17:47:07 +0000 (19:47 +0200)
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>
target/linux/airoha/an7581/target.mk
target/linux/airoha/en7523/target.mk

index 1c0e8d02f63bf0ff47d3469e727c9909d0addb33..6d0c4e2cb5bdb69cceb936fffa3e5ead9e90a274 100644 (file)
@@ -1,6 +1,6 @@
 ARCH:=aarch64
 SUBTARGET:=an7581
-BOARDNAME:=AN7581
+BOARDNAME:=AN7581 / AN7566 / AN7551
 CPU_TYPE:=cortex-a53
 KERNELNAME:=Image dtbs
 FEATURES+=pwm source-only
index eec7bb41cabd0c79062c3f0847e90ab970c25fd4..607077e5c8a904856c61c379f9c5803ee8285a8f 100644 (file)
@@ -1,6 +1,6 @@
 ARCH:=arm
 SUBTARGET:=en7523
-BOARDNAME:=EN7523
+BOARDNAME:=EN7523 / EN7529 / EN7562
 CPU_TYPE:=cortex-a7
 KERNELNAME:=Image dtbs
-FEATURES+=source-only
\ No newline at end of file
+FEATURES+=source-only