From: Zoltan HERPAI Date: Fri, 5 Oct 2018 14:03:39 +0000 (+0200) Subject: generic/4.19: add proper -rc6 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=03f475f467f8df80d80430878c0c7b157bb6cb81;p=openwrt%2Fstaging%2Fwigyori.git generic/4.19: add proper -rc6 Signed-off-by: Zoltan HERPAI --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index cbfce542f3..41d4477549 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 = .0 +LINUX_VERSION-4.19 = -rc6 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.0 = aaae6a07e00f14b919c351e836029eb4f0df75d2aafa471b469f58e49b705122 +LINUX_KERNEL_HASH-4.19-rc6 = 5318ba5911225abed6360082cab1809c5b4b98d8a9adffc06e9c681a42581303 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))