diff options
| author | Andreas Gnau | 2024-10-25 16:49:48 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-10-25 17:47:07 +0000 |
| commit | 1dc86af3565c833cea32040bf23d085124c4c464 (patch) | |
| tree | 736e7b26a273fa37b669e60cac72b766e80c7e1d | |
| parent | d7ed4c77b526a1b9e2b914b817a6816dffe11484 (diff) | |
| download | openwrt-1dc86af3565c833cea32040bf23d085124c4c464.tar.gz | |
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>
| -rw-r--r-- | target/linux/airoha/an7581/target.mk | 2 | ||||
| -rw-r--r-- | target/linux/airoha/en7523/target.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/airoha/an7581/target.mk b/target/linux/airoha/an7581/target.mk index 1c0e8d02f6..6d0c4e2cb5 100644 --- a/target/linux/airoha/an7581/target.mk +++ b/target/linux/airoha/an7581/target.mk @@ -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 diff --git a/target/linux/airoha/en7523/target.mk b/target/linux/airoha/en7523/target.mk index eec7bb41ca..607077e5c8 100644 --- a/target/linux/airoha/en7523/target.mk +++ b/target/linux/airoha/en7523/target.mk @@ -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 |