mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05: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>
		
			
				
	
	
		
			9 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=Devices with small flash
 | 
						|
FEATURES += low_mem small_flash
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic-mbedtls
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
 | 
						|
endef
 |