aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-07 14:21:39 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-09 18:30:33 +0200
commit697658e220bcf63d4bae12c20737fbd50a967e65 (patch)
treecd87efc23d3d4a37a4391f56360762207196087f /include
parentf5acf56483579a846ef554438087a584c7b19a37 (diff)
downloadupstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.gz
upstream-697658e220bcf63d4bae12c20737fbd50a967e65.tar.bz2
upstream-697658e220bcf63d4bae12c20737fbd50a967e65.zip
kernel: bump 4.19 to 4.19.65
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 8a604844b3..97188d875b 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.9 = .188
LINUX_VERSION-4.14 = .137
-LINUX_VERSION-4.19 = .64
+LINUX_VERSION-4.19 = .65
LINUX_KERNEL_HASH-4.9.188 = 27539853b25d1830fe81b108f39249c6ddf8b47257cdba09404ba0949863e222
LINUX_KERNEL_HASH-4.14.137 = 93f8e91329300f325a5b4dd9de1f51c0b1bf9591dfd2274044c2f70f96bae228
-LINUX_KERNEL_HASH-4.19.64 = 7a6f8be33df3bef763495e8dde7a2fd7cdad71d7b952cd740b68eaac1bab5abd
+LINUX_KERNEL_HASH-4.19.65 = e59939186916c0286289c5bf78b83fac0d71a807241c6b1899bfe7a84486dedf
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))