From b85bc5db9ccb18967131838c42f44699d7974ccc Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 10 Apr 2025 16:13:26 +0200 Subject: [PATCH] ipq50xx: fix swconfig setup to align with latest schema changes Signed-off-by: John Crispin --- .../ipq50xx/base-files/etc/board.d/02_network | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/feeds/ipq807x_v5.4/ipq50xx/base-files/etc/board.d/02_network b/feeds/ipq807x_v5.4/ipq50xx/base-files/etc/board.d/02_network index 29e7e17f3..9c3cd7eb9 100755 --- a/feeds/ipq807x_v5.4/ipq50xx/base-files/etc/board.d/02_network +++ b/feeds/ipq807x_v5.4/ipq50xx/base-files/etc/board.d/02_network @@ -13,10 +13,10 @@ qcom_setup_interfaces() case $board in cig,wf186w) - ucidef_add_switch "switch0" "4:wan" "0:lan" "1:lan" "2:lan" "3:lan" "6@eth0" + ucidef_add_switch "switch0" "4:wan" "0:lan" "1:lan" "2:lan" "3:lan" "6u@eth0" ;; cig,wf186h) - ucidef_add_switch "switch0" "4:wan" "1:lan" "2:lan" "6@eth0" + ucidef_add_switch "switch0" "4:wan" "1:lan" "2:lan" "6u@eth0" ;; sonicfi,rap630c-311g|\ cybertan,eww631-a1) @@ -25,7 +25,7 @@ qcom_setup_interfaces() ;; sonicfi,rap630w-311g|\ cybertan,eww631-b1) - ucidef_add_switch "switch1" "5:wan" "2:lan" "3:lan" "4:lan" "6@eth0" + ucidef_add_switch "switch1" "5:wan" "2:lan" "3:lan" "4:lan" "6u@eth0" ;; udaya,a6-id2) ucidef_set_interface_wan "eth1" @@ -46,7 +46,7 @@ qcom_setup_interfaces() edgecore,eap104) ucidef_set_interface_wan "eth0" ucidef_add_switch "switch1" \ - "6@eth1" "1:lan" "2:lan" "3:lan" "4:lan" + "6u@eth1" "1:lan" "2:lan" "3:lan" "4:lan" ;; hfcl,ion4x_w|\ hfcl,ion4xi_w) @@ -62,10 +62,10 @@ qcom_setup_interfaces() sonicfi,rap630w-312g|\ yuncore,fap655) ucidef_add_switch "switch1" \ - "6@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan" + "6u@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan" ;; glinet,b3000) - ucidef_add_switch "switch1" "6@eth1" "1:wan" "2:lan" "3:lan" + ucidef_add_switch "switch1" "6u@eth1" "1:wan" "2:lan" "3:lan" ;; esac }