mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	The newly merged mbedtls backend is smaller and has fewer ABI related issues than the wolfSSL one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			303 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOARDNAME := MikroTik devices
 | |
| FEATURES += minor nand
 | |
| KERNELNAME := vmlinux vmlinuz
 | |
| IMAGES_DIR := ../../..
 | |
| 
 | |
| DEFAULT_PACKAGES += wpad-basic-mbedtls
 | |
| 
 | |
| define Target/Description
 | |
| 	Build firmware images for MikroTik devices based on Qualcomm Atheros
 | |
| 	MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
 | |
| endef
 |