kernel: Bump 4.14 to 4.14.180
authorRISCi_ATOM <bob@bobcall.me>
Thu, 21 May 2020 16:58:12 +0000 (12:58 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 21 May 2020 16:58:12 +0000 (12:58 -0400)
include/kernel-version.mk

index b6ba82fb9e9c3a6d6f72d7eaf29ae5e9c8cdf524..5c40d8499c5cab6ec3046c14ea331a27e64858b2 100644 (file)
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
 endif
 
-LINUX_VERSION-4.14 = .179
+LINUX_VERSION-4.14 = .180
 
-LINUX_KERNEL_HASH-4.14.179 = 7dab8c1b70ce678476405ad078c80a81fb795e7065fe1c07f4070bb2732a080f
+LINUX_KERNEL_HASH-4.14.180 = 23022afef847361df30252fe476dd6d31b12e8b51c7920c27ca80889cf322004
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))