Skip to content

Commit 005c491

Browse files
chunkeeyaiamadeus
authored andcommitted
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: coolsnowwolf#10275 Signed-off-by: Christian Lamparter <[email protected]>
1 parent 3fefe32 commit 005c491

File tree

1 file changed

+3
-3
lines changed
  • target/linux/ipq806x/base-files/etc/board.d

1 file changed

+3
-3
lines changed

target/linux/ipq806x/base-files/etc/board.d/02_network

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ netgear,d7800 |\
3030
netgear,r7500 |\
3131
netgear,r7500v2 |\
3232
qcom,ipq8064-ap148 |\
33-
surf,g-nat200 |\
34-
tplink,vr2600v)
33+
surf,g-nat200)
3534
ucidef_add_switch "switch0" \
3635
"1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"
3736
;;
@@ -66,7 +65,8 @@ nec,wg2600hp3)
6665
;;
6766
netgear,r7800 |\
6867
netgear,xr500 |\
69-
tplink,c2600)
68+
tplink,c2600 |\
69+
tplink,vr2600v)
7070
ucidef_add_switch "switch0" \
7171
"1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "6@eth1" "5:wan" "0@eth0"
7272
;;

0 commit comments

Comments
 (0)