mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-28 17:12:22 +00:00
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:
committed by
John Crispin
parent
42007a147f
commit
02b0457b28
@@ -14,9 +14,12 @@ ipq53xx_setup_interfaces()
|
||||
;;
|
||||
cig,wf189|\
|
||||
edgecore,eap105|\
|
||||
sercomm,ap72tip|\
|
||||
sercomm,ap72tip)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
;;
|
||||
sonicfi,rap750w-311a)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
ucidef_add_switch "switch1" "0u@eth1" "3:lan" "2:lan" "1:lan"
|
||||
;;
|
||||
sonicfi,rap7110c-341x|\
|
||||
sonicfi,rap750e-h|\
|
||||
|
||||
Reference in New Issue
Block a user