From ff8cae7e955e619a0e19bded34fa508ae135eba1 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Thu, 21 May 2020 12:58:12 -0400 Subject: [PATCH] kernel: Bump 4.14 to 4.14.180 --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b6ba82fb9e..5c40d8499c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -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))))))) -- 2.25.1