All subtargets are using now 5.15 as testing kernel. Move KERNEL_TESTING_PATCHVER:=5.15 to the common Makefile. Signed-off-by: Nick Hainke <vincent@systemli.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME := Generic devices with NAND flash
 | 
						|
 | 
						|
FEATURES += nand
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic-wolfssl
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
 | 
						|
	in the ar72xx and subsequent series, with support for NAND flash
 | 
						|
endef
 |