mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user