Bump kernel to 4.14.155
authorRISCi_ATOM <bob@bobcall.me>
Sat, 7 Dec 2019 15:35:22 +0000 (10:35 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Sat, 7 Dec 2019 15:35:22 +0000 (10:35 -0500)
include/kernel-version.mk

index 035607ab24dd5eacfd91d6dc0ff219126f40a112..71e9ff4ffcb4a076ed91d44d4b8b643948de837d 100644 (file)
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 endif
 
-LINUX_VERSION-4.14 = .154
+LINUX_VERSION-4.14 = .155
 
-LINUX_KERNEL_HASH-4.14.154 = b02b04eb03b30d2f7072c1cfe79f62f687fe10ecc6fae30102e212d4b570
+LINUX_KERNEL_HASH-4.14.155 = 157cc3a734c0daabfe228aac13fe5fa2a277a7cc77325d73a140b45cb698264a
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))