ipq50xx: Fix missing ';;' in 02_network script

Description:
A missing ;; in the 02_network file for the ipq50xx target caused
improper network configuration across all ipq50xx platforms
(e.g., Edgecore EAP104, Cybertan RAP630C-311G).
This resulted in loss of Internet connectivity.

Fix:
Added the missing ;; in the appropriate case block.

Tests Performed:
Verified on Edgecore EAP104. Network configuration was applied
correctly and Internet connectivity was restored.

Fixes: WIFI-14847

Signed-off-by: Venkat Chimata <venkat@nearhop.com>
This commit is contained in:
Venkat Chimata
2025-07-16 19:14:33 +05:30
parent a73676abaf
commit acb7f8bf9e

View File

@@ -71,6 +71,7 @@ qcom_setup_interfaces()
sonicfi,rap630e)
ucidef_set_interface_wan "eth1"
ucidef_set_interface_lan "eth0"
;;
emplus,wap581)
ucidef_set_interface_wan "eth0 eth1"
;;