mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +00:00
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:
committed by
John Crispin
parent
a73676abaf
commit
a488be045c
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user