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:
parent
2cad88b99f
commit
3195a992d6
3 changed files with 34 additions and 2 deletions
|
@ -69,6 +69,7 @@ ipq40xx_setup_interfaces()
|
||||||
mikrotik,wap-r-ac)
|
mikrotik,wap-r-ac)
|
||||||
ucidef_set_interface_lan "sw-eth1 sw-eth2"
|
ucidef_set_interface_lan "sw-eth1 sw-eth2"
|
||||||
;;
|
;;
|
||||||
|
aruba,ap-303h|\
|
||||||
netgear,rbr50|\
|
netgear,rbr50|\
|
||||||
netgear,rbs50|\
|
netgear,rbs50|\
|
||||||
netgear,srr60|\
|
netgear,srr60|\
|
||||||
|
|
|
@ -420,6 +420,38 @@
|
||||||
status = "okay";
|
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 {
|
&wifi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
qcom,ath10k-calibration-variant = "Aruba-AP-303";
|
qcom,ath10k-calibration-variant = "Aruba-AP-303";
|
||||||
|
|
|
@ -181,8 +181,7 @@ define Device/aruba_ap-303h
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
DEVICE_MODEL := AP-303H
|
DEVICE_MODEL := AP-303H
|
||||||
endef
|
endef
|
||||||
# Missing DSA Setup
|
TARGET_DEVICES += aruba_ap-303h
|
||||||
#TARGET_DEVICES += aruba_ap-303h
|
|
||||||
|
|
||||||
define Device/aruba_ap-365
|
define Device/aruba_ap-365
|
||||||
$(call Device/aruba_glenmorangie)
|
$(call Device/aruba_glenmorangie)
|
||||||
|
|
Loading…
Reference in a new issue