mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 17:42:41 +00:00 
			
		
		
		
	 d7f25e29b6
			
		
	
	d7f25e29b6
	
	
	
		
			
			* add support for mikrotik units * update gateway to latest version Signed-off-by: John Crispin <john@phrozen.org>
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 3b896a540de03ca8dfd5596881f9ec6dc15d72c9 Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Wed, 7 Apr 2021 10:46:26 +0200
 | |
| Subject: [PATCH 01/32] include: set kernel-version.mk
 | |
| 
 | |
| Signed-off-by: John Crispin <john@phrozen.org>
 | |
| ---
 | |
|  include/kernel-version.mk | 6 ++++++
 | |
|  1 file changed, 6 insertions(+)
 | |
| 
 | |
| diff --git a/include/kernel-version.mk b/include/kernel-version.mk
 | |
| index 52e5c11d75..547f57fa11 100644
 | |
| --- a/include/kernel-version.mk
 | |
| +++ b/include/kernel-version.mk
 | |
| @@ -6,9 +6,15 @@ ifdef CONFIG_TESTING_KERNEL
 | |
|    KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 | |
|  endif
 | |
|  
 | |
| +LINUX_VERSION-4.4 = .60
 | |
| +LINUX_VERSION-4.14 = .193
 | |
|  LINUX_VERSION-5.4 = .111
 | |
| +LINUX_VERSION-5.10 = .27
 | |
|  
 | |
| +LINUX_KERNEL_HASH-4.4.60 = 2cd8df6f1ac6a5329c5a286ec9b5956215977221a1b731597ed169fff74a9659
 | |
| +LINUX_KERNEL_HASH-4.14.193 = 0b0fb41d4430e1a42738b341cbfd2f41951aa5cd02acabbd53f076119c8b9f03
 | |
|  LINUX_KERNEL_HASH-5.4.111 = 21626132658dc34cb41b7aa7b80ecf83751890a71ac1a63d77aea9d488271a03
 | |
| +LINUX_KERNEL_HASH-5.10.27 = d99dc9662951299c53a0a8d8c8d0a72a16ff861d20e927c0f9b14f63282d69d9
 | |
|  
 | |
|  remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 | |
|  sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
 | |
| -- 
 | |
| 2.25.1
 | |
| 
 |