brcm47xx: fix switch port order for Netgear WNR3500 V2
The Netgear WNR3500 V2 switch0 already works for WAN/LAN however the port order for the LAN ports is inverted. Correct physical port order watched from the back of the device is: Internet / 4 / 3 / 2 / 1 this resembles the Linksys E3000 V1. Verfied with imagebuilder edit FILES=/etc/board.d/01_network Signed-off-by: Walter Sonius <walterav1984@gmail.com>
This commit is contained in:
		 Walter Sonius
					Walter Sonius
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							93a4c8afbf
						
					
				
				
					commit
					cf2f1fc687
				
			| @@ -171,6 +171,7 @@ configure_by_model() { | |||||||
|  |  | ||||||
| 	"Asus RT-N16"* | \ | 	"Asus RT-N16"* | \ | ||||||
| 	"Linksys E3000 V1" | \ | 	"Linksys E3000 V1" | \ | ||||||
|  | 	"Netgear WNR3500 V2" | \ | ||||||
| 	"Netgear WNR3500L") | 	"Netgear WNR3500L") | ||||||
| 		ucidef_add_switch "switch0" \ | 		ucidef_add_switch "switch0" \ | ||||||
| 			"0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0" | 			"0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user