mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ramips: fix wizfi630a swapped lan/wan port
The order of the Ethernet ports were mixed up. This commit fixes the order to be aligned with the physical layout. Signed-off-by: Lev <leventelist@gmail.com>
This commit is contained in:
		
							parent
							
								
									e15565a01c
								
							
						
					
					
						commit
						3d6f57f3c6
					
				@ -376,7 +376,7 @@ ramips_setup_interfaces()
 | 
			
		||||
		;;
 | 
			
		||||
	wizfi630a)
 | 
			
		||||
		ucidef_add_switch "switch0" \
 | 
			
		||||
			"1:lan" "2:lan" "0:wan" "6@eth0"
 | 
			
		||||
			"0:lan" "1:lan" "2:wan" "6@eth0"
 | 
			
		||||
		;;
 | 
			
		||||
	wt3020-4M|\
 | 
			
		||||
	wt3020-8M)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user