mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	The wireless regdb is now loaded via firmware loading, CRDA support and built-in regdb support have been removed. Signed-off-by: Felix Fietkau <nbd@nbd.name>
		
			
				
	
	
		
			12 lines
		
	
	
		
			404 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			404 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/backport-include/linux/verification.h
 | |
| +++ b/backport-include/linux/verification.h
 | |
| @@ -1,7 +1,7 @@
 | |
|  #ifndef __BP_VERIFICATION_H
 | |
|  #define __BP_VERIFICATION_H
 | |
|  #include <linux/version.h>
 | |
| -#ifndef CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION
 | |
| +#if LINUX_VERSION_IS_GEQ(4,7,0) && !defined(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION)
 | |
|  #include_next <linux/verification.h>
 | |
|  #else
 | |
|  #include <linux/key.h>
 |