Skip to content

Commit

Permalink
airoha: Clarify subtarget compatibility
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt#16785
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Rondom authored and Ansuel committed Oct 25, 2024
1 parent d7ed4c7 commit 1dc86af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion target/linux/airoha/an7581/target.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions target/linux/airoha/en7523/target.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARCH:=arm
SUBTARGET:=en7523
BOARDNAME:=EN7523
BOARDNAME:=EN7523 / EN7529 / EN7562
CPU_TYPE:=cortex-a7
KERNELNAME:=Image dtbs
FEATURES+=source-only
FEATURES+=source-only

0 comments on commit 1dc86af

Please sign in to comment.