mediatek/mt7622: unifi-6-lr: fix ucidef network configuration typo
There's no such thing as ucidef_set_interfaces_lan. It's ucidef_set_interface_lan. Cc: David Bauer <mail@david-bauer.net> Signed-off-by: Mark Mentovai <mark@moxienet.com>
This commit is contained in:
		 Mark Mentovai
					Mark Mentovai
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							0e8a5acf6e
						
					
				
				
					commit
					0c70c5c998
				
			| @@ -20,7 +20,7 @@ mediatek_setup_interfaces() | |||||||
| 		;; | 		;; | ||||||
| 	ubnt,unifi-6-lr|\ | 	ubnt,unifi-6-lr|\ | ||||||
| 	ubnt,unifi-6-lr-ubootmod) | 	ubnt,unifi-6-lr-ubootmod) | ||||||
| 		ucidef_set_interfaces_lan "eth0" | 		ucidef_set_interface_lan "eth0" | ||||||
| 		;; | 		;; | ||||||
| 	*) | 	*) | ||||||
| 		ucidef_add_switch "switch0" \ | 		ucidef_add_switch "switch0" \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user