mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	The hardware difference is the antenna which has a higher gain compared to the original UniFi AP. The variant was supported before in ar71xx. Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
		
			
				
	
	
		
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
 | 
						|
#include "ar7241_ubnt_unifi-ap.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "ubnt,unifi", "qca,ar7241";
 | 
						|
	model = "Ubiquiti UniFi AP LR";
 | 
						|
};
 |