Fix kernel version
authorRISCi_ATOM <bob@bobcall.me>
Sun, 1 Sep 2019 03:38:46 +0000 (23:38 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 1 Sep 2019 03:38:46 +0000 (23:38 -0400)
include/kernel-version.mk

index 7020862105829c3c2279bf60a4e9041129964d0f..592a7513cad3d43ccc0345ca39ac282693961f84 100644 (file)
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 endif
 
-LINUX_VERSION-4.14 = .140
+LINUX_VERSION-4.14 = .141
 
-LINUX_KERNEL_HASH-4.14.140 = dd0113acab0acbe70b27f891d4f772ee405706db8082b60b9d21a06e7f1fa730
+LINUX_KERNEL_HASH-4.14.141 = dd0113acab0acbe70b27f891d4f772ee405706db8082b60b9d21a06e7f1fa730
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))