From 02b0457b28ba2b3fc43e8f89140f2df7c5082abd Mon Sep 17 00:00:00 2001 From: jackcybertan Date: Tue, 30 Sep 2025 08:34:29 +0000 Subject: [PATCH] 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 --- feeds/qca-wifi-7/ipq53xx/base-files/etc/board.d/02_network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/feeds/qca-wifi-7/ipq53xx/base-files/etc/board.d/02_network b/feeds/qca-wifi-7/ipq53xx/base-files/etc/board.d/02_network index 2d56985c8..8872b1b27 100755 --- a/feeds/qca-wifi-7/ipq53xx/base-files/etc/board.d/02_network +++ b/feeds/qca-wifi-7/ipq53xx/base-files/etc/board.d/02_network @@ -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|\