ipq806x: Archer VR2600: fix switch ports numbering
authorChristian Lamparter <chunkeey@gmail.com>
Tue, 19 Jul 2022 17:46:38 +0000 (19:46 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 22 Jul 2022 20:03:27 +0000 (22:03 +0200)
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 <chunkeey@gmail.com>
target/linux/ipq806x/base-files/etc/board.d/02_network

index dc9c11e4bae33a57ccdcc86a41f304d3c8d3323a..dbff854731a4d10e3f09e7e4916a672f28058870 100644 (file)
@@ -27,8 +27,7 @@ compex,wpq864 |\
 netgear,d7800 |\
 netgear,r7500 |\
 netgear,r7500v2 |\
-qcom,ipq8064-ap148 |\
-tplink,vr2600v)
+qcom,ipq8064-ap148)
        ucidef_add_switch "switch0" \
                "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"
        ;;
@@ -61,7 +60,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"
        ;;