cybertan_eww631-b1: Fix LAN port mappings

The LAN port mappings were reversed, causing the port with LAN1 label to
be reported as LAN3 in uCentral

Signed-off-by: Paul White <paul@shasta.cloud>
This commit is contained in:
Paul White
2024-01-19 08:52:33 +00:00
committed by John Crispin
parent 575686449a
commit 25bec55d4a

View File

@@ -133,7 +133,7 @@ qcom_setup_interfaces()
ucidef_set_interface_lan "" ucidef_set_interface_lan ""
;; ;;
cybertan,eww631-b1) cybertan,eww631-b1)
ucidef_add_switch "switch1" "5:wan" "2:lan" "3:lan" "4:lan" "6@eth0" ucidef_add_switch "switch1" "5:wan" "4:lan" "3:lan" "2:lan" "6@eth0"
;; ;;
wallys,dr5018) wallys,dr5018)
ucidef_set_interface_lan "eth0 eth1" ucidef_set_interface_lan "eth0 eth1"