ramips: fix port labels for Xiaomi Mi Router 4
The OEM assignment of LAN ports is swapped.
Fixes: c2a7bb520a ("ramips: mt7621: add support for Xiaomi Mi Router 4")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
			
			
This commit is contained in:
		@@ -72,12 +72,12 @@
 | 
			
		||||
	ports {
 | 
			
		||||
		port@1 {
 | 
			
		||||
			status = "okay";
 | 
			
		||||
			label = "lan1";
 | 
			
		||||
			label = "lan2";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
		port@2 {
 | 
			
		||||
			status = "okay";
 | 
			
		||||
			label = "lan2";
 | 
			
		||||
			label = "lan1";
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
		port@4 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user