From: Zoltan HERPAI Date: Sat, 27 Oct 2018 23:26:36 +0000 (+0200) Subject: generic/4.19: bump to .0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b078b8b6238b3b3634ca7d3c7e2cd1a2970de4a9;p=openwrt%2Fstaging%2Fwigyori.git generic/4.19: bump to .0 Signed-off-by: Zoltan HERPAI --- diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 20db4a680d..dfbadae45c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -5,12 +5,12 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .124 LINUX_VERSION-4.9 = .133 LINUX_VERSION-4.14 = .76 -LINUX_VERSION-4.19 = .0 +LINUX_VERSION-4.19 = LINUX_KERNEL_HASH-3.18.124 = 25d2a5abd627534a1e51d028890c184aad8e628c345c5fe0cc0f9d7c31b7a5a3 LINUX_KERNEL_HASH-4.9.133 = 53730fc025ba330a6f4908a6a1e4cb86d821000c84167721680ccf1b37b26563 LINUX_KERNEL_HASH-4.14.76 = ee3f19a4ff8a42793c193e361e1d34fcc821a5ca9b58db41befb2b4df0e482be -LINUX_KERNEL_HASH-4.19.0 = aaae6a07e00f14b919c351e836029eb4f0df75d2aafa471b469f58e49b705122 +LINUX_KERNEL_HASH-4.19 = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))