[openwrt/openwrt] ipq806x: fix Extreme Networks AP3935 LAN/WAN ports
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 11 09:43:24 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/710ec82367c847977ba748958fedcb4a93dd9311
commit 710ec82367c847977ba748958fedcb4a93dd9311
Author: Christian Schmidbauer <github at grische.xyz>
AuthorDate: Thu May 29 13:45:10 2025 +0200
ipq806x: fix Extreme Networks AP3935 LAN/WAN ports
This commit changes LAN1 to be WAN and LAN2 to be LAN, like all other
dual port Extreme Networks devices.
This partially reverts commit 84a489b7cfc4c98b8747c9965826b2588eb3a57d
Signed-off-by: Christian Schmidbauer <github at grische.xyz>
---
target/linux/ipq806x/base-files/etc/board.d/02_network | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network
index 69ab5cd3de..78eee79936 100644
--- a/target/linux/ipq806x/base-files/etc/board.d/02_network
+++ b/target/linux/ipq806x/base-files/etc/board.d/02_network
@@ -47,7 +47,8 @@ ipq806x_setup_interfaces()
ucidef_set_network_device_conduit "lan1" "eth1"
ucidef_set_network_device_conduit "wan" "eth0"
;;
- edgecore,ecw5410)
+ edgecore,ecw5410 |\
+ extreme,ap3935)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
qcom,ipq8064-ap161)
@@ -63,7 +64,6 @@ ipq806x_setup_interfaces()
meraki,mr42)
ucidef_set_interface_lan "eth0"
;;
- extreme,ap3935 |\
meraki,mr52)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;
More information about the lede-commits
mailing list