From 8b6e73477b2a14a72c1941b27b86d1dbb3dca6ff Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 3 Jul 2024 06:52:55 +0200 Subject: [PATCH] ipq53xx: fix lan/wan mapping on cig wf-189 Signed-off-by: John Crispin --- feeds/ipq95xx/ipq53xx/base-files/etc/board.d/02_network | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feeds/ipq95xx/ipq53xx/base-files/etc/board.d/02_network b/feeds/ipq95xx/ipq53xx/base-files/etc/board.d/02_network index 1d92381f1..bc8f374e9 100755 --- a/feeds/ipq95xx/ipq53xx/base-files/etc/board.d/02_network +++ b/feeds/ipq95xx/ipq53xx/base-files/etc/board.d/02_network @@ -10,7 +10,9 @@ ipq53xx_setup_interfaces() qcom,ipq9574-ap-al02-c4) ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4 eth5" "eth0" ;; - cig,wf189|\ + cig,wf189) + ucidef_set_interfaces_lan_wan "eth0" "eth1" + ;; edgecore,eap105|\ sercomm,ap72tip) ucidef_set_interfaces_lan_wan "eth1" "eth0"