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>
		
			
				
	
	
		
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			239 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=Generic
 | 
						|
FEATURES+=pcmcia
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic-mbedtls
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS
 | 
						|
	devices. It runs on both architectures BMIPS3300 and MIPS 74K.
 | 
						|
endef
 |