diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-04-21 07:34:30 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-12-13 14:01:14 +0100 |
commit | 6f9e9d978a69b4dc6366300d05dec98b9aebd229 (patch) | |
tree | 8b468d03c3693e598d59cd43f778e0ec72c11d5c /target | |
parent | 2912bba4cb8278ec175ed4aafca97b05ef53c96f (diff) | |
download | upstream-6f9e9d978a69b4dc6366300d05dec98b9aebd229.tar.gz upstream-6f9e9d978a69b4dc6366300d05dec98b9aebd229.tar.bz2 upstream-6f9e9d978a69b4dc6366300d05dec98b9aebd229.zip |
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@milecki.pl>
(cherry picked from commit 53546c3e945f5a0a8f8c62311f48c6f21c9ab0a8)
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/bcm53xx/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |