[openwrt/openwrt] bcm53xx: fix Luxul XWR-3150 LAN ports numbering
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 21 06:39:13 BST 2021
rmilecki pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/53546c3e945f5a0a8f8c62311f48c6f21c9ab0a8
commit 53546c3e945f5a0a8f8c62311f48c6f21c9ab0a8
Author: Rafał Miłecki <rafal at milecki.pl>
AuthorDate: Wed Apr 21 07:34:30 2021 +0200
bcm53xx: fix Luxul XWR-3150 LAN ports numbering
Port numbers were reverted.
Fixes: c459a6bf482f ("bcm53xx: add support for Luxul FullMAC WiFi devices")
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
target/linux/bcm53xx/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
index d26b2c69f2..1daaa6ba00 100644
--- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
@@ -46,7 +46,7 @@ bcm53xx_setup_interfaces()
;;
luxul,xwr-3150-v1)
ucidef_add_switch "switch0" \
- "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4:wan" "5 at eth0"
+ "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan" "5 at eth0"
;;
phicomm,k3)
ucidef_add_switch "switch0" \
More information about the lede-commits
mailing list