From: Rafał Miłecki Date: Wed, 21 Apr 2021 05:34:30 +0000 (+0200) Subject: bcm53xx: fix Luxul XWR-3150 LAN ports numbering X-Git-Tag: v21.02.2~92 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6f9e9d978a69b4dc6366300d05dec98b9aebd229;p=openwrt%2Fstaging%2Fhauke.git 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 (cherry picked from commit 53546c3e945f5a0a8f8c62311f48c6f21c9ab0a8) --- 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 7b039beabe..317e8a5b7c 100755 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -47,7 +47,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@eth0" + "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan" "5@eth0" ;; phicomm,k3) ucidef_add_switch "switch0" \