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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=MIPS 74K
 | 
						|
CPU_TYPE:=74kc
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic-mbedtls
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware for Broadcom BCM47xx and BCM53xx devices with
 | 
						|
	MIPS 74K CPU.
 | 
						|
endef
 |