From 005c491b27a63e673e158834ed48462b7af304bc Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Tue, 19 Jul 2022 19:46:38 +0200 Subject: [PATCH] ipq806x: Archer VR2600: fix switch ports numbering The order of LAN ports shown in Luci is reversed compared to what is written on the case of the device. Fix the order so that they match. Fixes: #10275 Signed-off-by: Christian Lamparter --- target/linux/ipq806x/base-files/etc/board.d/02_network | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ea7b88b4b..2ac883183 100644 --- a/target/linux/ipq806x/base-files/etc/board.d/02_network +++ b/target/linux/ipq806x/base-files/etc/board.d/02_network @@ -30,8 +30,7 @@ netgear,d7800 |\ netgear,r7500 |\ netgear,r7500v2 |\ qcom,ipq8064-ap148 |\ -surf,g-nat200 |\ -tplink,vr2600v) +surf,g-nat200) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0" ;; @@ -66,7 +65,8 @@ nec,wg2600hp3) ;; netgear,r7800 |\ netgear,xr500 |\ -tplink,c2600) +tplink,c2600 |\ +tplink,vr2600v) ucidef_add_switch "switch0" \ "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "6@eth1" "5:wan" "0@eth0" ;;