ipq40xx: convert Aruba AP-303H to DSA and enable target again

The target was disabled since noone did the DSA conversion. Add the
conversion and enable it again.

Tested-by: John Walshaw <jjw@myself.com>
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2022-12-21 10:34:03 +01:00 committed by Christian Marangi
parent 2cad88b99f
commit 3195a992d6
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
3 changed files with 34 additions and 2 deletions

View File

@ -69,6 +69,7 @@ ipq40xx_setup_interfaces()
mikrotik,wap-r-ac)
ucidef_set_interface_lan "sw-eth1 sw-eth2"
;;
aruba,ap-303h|\
netgear,rbr50|\
netgear,rbs50|\
netgear,srr60|\

View File

@ -420,6 +420,38 @@
status = "okay";
};
&gmac {
status = "okay";
};
&switch {
status = "okay";
};
&swport2 {
status = "okay";
label = "lan1";
};
&swport3 {
status = "okay";
label = "lan2";
};
&swport4 {
status = "okay";
label = "lan3";
};
&swport5 {
status = "okay";
label = "wan";
};
&wifi0 {
status = "okay";
qcom,ath10k-calibration-variant = "Aruba-AP-303";

View File

@ -181,8 +181,7 @@ define Device/aruba_ap-303h
$(call Device/aruba_glenmorangie)
DEVICE_MODEL := AP-303H
endef
# Missing DSA Setup
#TARGET_DEVICES += aruba_ap-303h
TARGET_DEVICES += aruba_ap-303h
define Device/aruba_ap-365
$(call Device/aruba_glenmorangie)