ipq40xx: convert Engenius EAP1300 to DSA
This commit converts the EAP1300 to DSA setup. Signed-off-by: Corey Minyard <minyard@acm.org> Link: https://github.com/openwrt/openwrt/pull/15358 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15402 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
11b00344d1
commit
89088ba638
@@ -50,6 +50,7 @@ ipq40xx_setup_interfaces()
|
|||||||
aruba,ap-365|\
|
aruba,ap-365|\
|
||||||
avm,fritzrepeater-1200|\
|
avm,fritzrepeater-1200|\
|
||||||
dlink,dap-2610|\
|
dlink,dap-2610|\
|
||||||
|
engenius,eap1300|\
|
||||||
extreme-networks,ws-ap3915i|\
|
extreme-networks,ws-ap3915i|\
|
||||||
meraki,mr33|\
|
meraki,mr33|\
|
||||||
meraki,mr74|\
|
meraki,mr74|\
|
||||||
|
|||||||
@@ -215,6 +215,23 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&switch {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&swport5 {
|
||||||
|
status = "okay";
|
||||||
|
label = "lan";
|
||||||
|
};
|
||||||
|
|
||||||
|
&gmac {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdio {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
nvmem-cell-names = "pre-calibration";
|
nvmem-cell-names = "pre-calibration";
|
||||||
|
|||||||
Reference in New Issue
Block a user