aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorTim Thorpe <tim@tfthorpe.net>2018-04-18 17:50:05 -0500
committerJohn Crispin <john@phrozen.org>2018-07-30 16:31:18 +0200
commit5660c8fb20d056eac495647bb1116883f269ed8d (patch)
treebbc5b4e08370282ab05a20c87a9f046f8f981af6 /target/linux/ar71xx/base-files/etc/board.d/02_network
parentd834ad9ac34a1a94195cee08e1d389e7b7edab20 (diff)
downloadupstream-5660c8fb20d056eac495647bb1116883f269ed8d.tar.gz
upstream-5660c8fb20d056eac495647bb1116883f269ed8d.tar.bz2
upstream-5660c8fb20d056eac495647bb1116883f269ed8d.zip
ar71xx: TL-WR1043N v5: fix mapping of LAN ports to labels on housing.
Reversed the numbering of the LAN ports in Luci so as to match the port numbers on the housing. Signed-off-by: Tim Thorpe <tim@tfthorpe.net>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 75c90a2701..86f794dc00 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -311,7 +311,7 @@ ar71xx_setup_interfaces()
sr3200|\
tl-wr1043n-v5)
ucidef_add_switch "switch0" \
- "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
+ "0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"
;;
dap-2695-a1)
ucidef_add_switch "switch0" "0@eth0" "2:lan" "3:wan" "6@eth1"