Skip to content

Commit

Permalink
ipq40xx: convert Engenius EAP1300 to DSA
Browse files Browse the repository at this point in the history
This commit converts the EAP1300 to DSA setup.

Signed-off-by: Corey Minyard <minyard@acm.org>
Link: openwrt/openwrt#15358
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Link: openwrt/openwrt#15402
Signed-off-by: Robert Marko <robimarko@gmail.com>
  • Loading branch information
cminyard authored and wang1zhen committed May 23, 2024
1 parent 88953ee commit d103618
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/ipq40xx/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ipq40xx_setup_interfaces()
aruba,ap-365|\
avm,fritzrepeater-1200|\
dlink,dap-2610|\
engenius,eap1300|\
extreme-networks,ws-ap3915i|\
meraki,mr33|\
meraki,mr74|\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,23 @@
status = "okay";
};

&switch {
status = "okay";
};

&swport5 {
status = "okay";
label = "lan";
};

&gmac {
status = "okay";
};

&mdio {
status = "okay";
};

&wifi0 {
status = "okay";
nvmem-cell-names = "pre-calibration";
Expand Down

0 comments on commit d103618

Please sign in to comment.