mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Add 5.4 kernel version as a new testing kernel option. Run-tested on Shuttle KD20, seems to work just as well as kernel 4.14. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/arm/mach-oxnas/Kconfig
 | 
						|
+++ b/arch/arm/mach-oxnas/Kconfig
 | 
						|
@@ -2,6 +2,7 @@
 | 
						|
 menuconfig ARCH_OXNAS
 | 
						|
 	bool "Oxford Semiconductor OXNAS Family SoCs"
 | 
						|
 	select ARCH_HAS_RESET_CONTROLLER
 | 
						|
+	select ARCH_WANT_LIBATA_LEDS
 | 
						|
 	select COMMON_CLK_OXNAS
 | 
						|
 	select GPIOLIB
 | 
						|
 	select MFD_SYSCON
 |