Skip to content

Commit

Permalink
ipq806x: Archer VR2600: fix switch ports numbering
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
chunkeey authored and aiamadeus committed Jul 29, 2022
1 parent 3fefe32 commit 005c491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target/linux/ipq806x/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down Expand Up @@ -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"
;;
Expand Down

0 comments on commit 005c491

Please sign in to comment.