On the realtek target, the subtarget makefiles include a KERNEL_PATCHVER setting, shadowing KERNEL_PATCHVER from target/linux/realtek/Makefile. This makes the realtek target an exception in this regard, and makes switching kernel version a bit bothersome. Remove the overrides so all subtargets use the same kernel version. Signed-off-by: Sander Vanheule <sander@svanheule.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
ARCH:=mips
 | 
						|
SUBTARGET:=rtl930x
 | 
						|
CPU_TYPE:=24kc
 | 
						|
BOARD:=realtek
 | 
						|
BOARDNAME:=Realtek MIPS RTL930X
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for Realtek RTL930x based boards.
 | 
						|
endef
 |