mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	kernel: add missing symbol
Enabling KERNEL_KPROBES exposes KERNEL_BPF_KPROBE_OVERRIDE. Add a build option for it to fix build failures with KERNEL_KPROBES enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
		
							parent
							
								
									72b93b77a5
								
							
						
					
					
						commit
						500c37c56f
					
				@ -422,6 +422,11 @@ config KERNEL_KPROBE_EVENTS
 | 
			
		||||
	bool
 | 
			
		||||
	default y if KERNEL_KPROBES
 | 
			
		||||
 | 
			
		||||
config KERNEL_BPF_KPROBE_OVERRIDE
 | 
			
		||||
	bool
 | 
			
		||||
	depends on KERNEL_KPROBES
 | 
			
		||||
	default n
 | 
			
		||||
 | 
			
		||||
config KERNEL_AIO
 | 
			
		||||
	bool "Compile the kernel with asynchronous IO support"
 | 
			
		||||
	default y if !SMALL_FLASH
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user