generic: add support for 5.15
authorAnsuel Smith <[email protected]>
Thu, 4 Nov 2021 22:22:50 +0000 (23:22 +0100)
committerZoltan HERPAI <[email protected]>
Tue, 21 Dec 2021 09:54:05 +0000 (10:54 +0100)
Add hash and enable kernel 5.15 for openwrt.

Signed-off-by: Ansuel Smith <[email protected]>
include/kernel-version.mk

index 08c4bc85d07e6fc6940ededd6daeb2334345cf21..aa36cf2b654be78450d0a97924284fe9c2f9a82e 100644 (file)
@@ -8,9 +8,11 @@ endif
 
 LINUX_VERSION-5.4 = .167
 LINUX_VERSION-5.10 = .87
+LINUX_VERSION-5.15 = .10
 
 LINUX_KERNEL_HASH-5.4.167 = b4e43116217ee02009aba7eab3081e64560b81ce42bc6096fcd81257f470a5a7
 LINUX_KERNEL_HASH-5.10.87 = 03128b70f3063433cfab4ff4c7da288d7c045fe1eafa2a59081df4032fece64b
+LINUX_KERNEL_HASH-5.15.10 = 484fcf5df8d00ddc570af443ef33382a110b338239b1f47048974baa22455b4b
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))