mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +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:
		| @@ -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
	 Venkat Chimata
					Venkat Chimata