mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34: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
		
	
	
		
			264 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			264 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=Devices with NAND flash (Routers)
 | 
						|
FEATURES += nand pcie
 | 
						|
 | 
						|
DEFAULT_PACKAGES += kmod-ath9k swconfig wpad-basic-mbedtls
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for APM821XX boards with NAND flash.
 | 
						|
	For routers like the MR24 or the WNDR4700.
 | 
						|
endef
 |