mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 19:37:51 +00:00
ipq50xx: fix swconfig setup to align with latest schema changes
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -13,10 +13,10 @@ qcom_setup_interfaces()
|
|||||||
|
|
||||||
case $board in
|
case $board in
|
||||||
cig,wf186w)
|
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)
|
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|\
|
sonicfi,rap630c-311g|\
|
||||||
cybertan,eww631-a1)
|
cybertan,eww631-a1)
|
||||||
@@ -25,7 +25,7 @@ qcom_setup_interfaces()
|
|||||||
;;
|
;;
|
||||||
sonicfi,rap630w-311g|\
|
sonicfi,rap630w-311g|\
|
||||||
cybertan,eww631-b1)
|
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)
|
udaya,a6-id2)
|
||||||
ucidef_set_interface_wan "eth1"
|
ucidef_set_interface_wan "eth1"
|
||||||
@@ -46,7 +46,7 @@ qcom_setup_interfaces()
|
|||||||
edgecore,eap104)
|
edgecore,eap104)
|
||||||
ucidef_set_interface_wan "eth0"
|
ucidef_set_interface_wan "eth0"
|
||||||
ucidef_add_switch "switch1" \
|
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,ion4x_w|\
|
||||||
hfcl,ion4xi_w)
|
hfcl,ion4xi_w)
|
||||||
@@ -62,10 +62,10 @@ qcom_setup_interfaces()
|
|||||||
sonicfi,rap630w-312g|\
|
sonicfi,rap630w-312g|\
|
||||||
yuncore,fap655)
|
yuncore,fap655)
|
||||||
ucidef_add_switch "switch1" \
|
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)
|
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
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user