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>
		
			
				
	
	
		
			19 lines
		
	
	
		
			364 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			364 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2009 OpenWrt.org
 | 
						|
#
 | 
						|
 | 
						|
SUBTARGET:=mt7621
 | 
						|
BOARDNAME:=MT7621 based boards
 | 
						|
FEATURES+=nand ramdisk rtc usb minor
 | 
						|
CPU_TYPE:=24kc
 | 
						|
KERNELNAME:=vmlinux vmlinuz
 | 
						|
# make Kernel/CopyImage use $LINUX_DIR/vmlinuz
 | 
						|
IMAGES_DIR:=../../..
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic-mbedtls
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for Ralink MT7621 based boards.
 | 
						|
endef
 | 
						|
 |