mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 09:32:34 +00:00 
			
		
		
		
	 0bf5ea74b3
			
		
	
	0bf5ea74b3
	
	
	
		
			
			This is only used for the v4.4 QCA kernel. Fixes: WIFI-10095 Signed-off-by: John Crispin <john@phrozen.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			433 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			433 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/configure.ac
 | |
| +++ b/configure.ac
 | |
| @@ -44,7 +44,7 @@ regular_CFLAGS="-Wall -Waggregate-return
 | |
|  
 | |
|  if test -n "$kbuilddir"; then
 | |
|  	AC_MSG_CHECKING([kernel version that we will build against])
 | |
| -	krel="$(make -sC "$kbuilddir" M=$PWD kernelrelease | $AWK -v 'FS=[[^0-9.]]' '{print $1; exit}')"
 | |
| +	krel="$(make -sC "$kbuilddir" M=$PWD kernelversion | $AWK -v 'FS=[[^0-9.]]' '{print $1; exit}')"
 | |
|  	save_IFS="$IFS"
 | |
|  	IFS='.'
 | |
|  	set x $krel
 |