mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
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>