ipq53xx: fix RAP750W-311A LAN ports

LAN switch exposes single eth1 instead of per-port interfaces for RAP750W-311A.
Using VLAN to separate LAN to each physical port for RAP750W-311A.

Fixes: WIFI-15163
Signed-off-by: jackcybertan <jack.tsai@cybertan.com.tw>
This commit is contained in:
jackcybertan
2025-09-30 08:34:29 +00:00
committed by John Crispin
parent 42007a147f
commit 02b0457b28

View File

@@ -14,9 +14,12 @@ ipq53xx_setup_interfaces()
;; ;;
cig,wf189|\ cig,wf189|\
edgecore,eap105|\ edgecore,eap105|\
sercomm,ap72tip|\ sercomm,ap72tip)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
sonicfi,rap750w-311a) sonicfi,rap750w-311a)
ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch1" "0u@eth1" "3:lan" "2:lan" "1:lan"
;; ;;
sonicfi,rap7110c-341x|\ sonicfi,rap7110c-341x|\
sonicfi,rap750e-h|\ sonicfi,rap750e-h|\