mirror of
				https://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 08:55:59 +00: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>
		
			
				
	
	
		
			20 lines
		
	
	
		
			437 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			437 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Copyright (C) 2010-2011 OpenWrt.org
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| BOARD:=malta
 | |
| BOARDNAME:=MIPS Malta CoreLV board (qemu)
 | |
| SUBTARGETS:=le be le64 be64
 | |
| INITRAMFS_EXTRA_FILES:=
 | |
| FEATURES:=cpiogz ext4 ramdisk squashfs targz
 | |
| 
 | |
| KERNEL_PATCHVER:=5.15
 | |
| 
 | |
| include $(INCLUDE_DIR)/target.mk
 | |
| 
 | |
| DEFAULT_PACKAGES += wpad-basic-mbedtls kmod-mac80211-hwsim kmod-pcnet32 mkf2fs e2fsprogs
 | |
| 
 | |
| $(eval $(call BuildTarget))
 |