From 508bdbd9dd2d49ae844999e48d77a05bf0056449 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 16 Oct 2018 16:24:45 +0200 Subject: [PATCH] generic: bump to 4.19-rc8 Signed-off-by: Zoltan HERPAI --- 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 41d4477549..7ffdb64cfe 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -5,12 +5,12 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .123 LINUX_VERSION-4.9 = .131 LINUX_VERSION-4.14 = .74 -LINUX_VERSION-4.19 = -rc6 +LINUX_VERSION-4.19 = -rc8 LINUX_KERNEL_HASH-3.18.123 = c10de32c9b31fb619b016a00d77afc394db5a4542e258e927f06a5ead86f8c64 LINUX_KERNEL_HASH-4.9.131 = 57db3295469d3990af93703a97b07f1e8a14920bf3f5b68ce0330a02e7aa5d60 LINUX_KERNEL_HASH-4.14.74 = 70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72 -LINUX_KERNEL_HASH-4.19-rc6 = 5318ba5911225abed6360082cab1809c5b4b98d8a9adffc06e9c681a42581303 +LINUX_KERNEL_HASH-4.19-rc8 = 55a43c7d9cdc835f252752353412aa1864b11d2ff471cfd10ecf2690d9721a94 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) -- 2.30.2