aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-30 12:57:43 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-31 09:17:14 +0100
commitdf60a0852caf21de6684d38107f32a4eebc4579b (patch)
tree3bdb39b968a2c7e2436009b105591dbbb1a5f3e5 /include
parent0e212220e90db414afa27e304b32cb1f477d7d87 (diff)
downloadupstream-df60a0852caf21de6684d38107f32a4eebc4579b.tar.gz
upstream-df60a0852caf21de6684d38107f32a4eebc4579b.tar.bz2
upstream-df60a0852caf21de6684d38107f32a4eebc4579b.zip
kernel: bump 4.19 to 4.19.81
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 c37db101e6..912a0cc084 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.9 = .198
LINUX_VERSION-4.14 = .151
-LINUX_VERSION-4.19 = .80
+LINUX_VERSION-4.19 = .81
LINUX_KERNEL_HASH-4.9.198 = 9572ebfa6ba0efcf9f1ec7b62c7b89baa36a621ab9fd4c5ad025196c549605ac
LINUX_KERNEL_HASH-4.14.151 = ff519c428ee9bbb513a84db5ec32a7e3705cd8c23a57104b25b944cb79583fae
-LINUX_KERNEL_HASH-4.19.80 = 80a9ba764e088aa7fddfef5a97c0236905e291468a37832243b6f3828d36e7ec
+LINUX_KERNEL_HASH-4.19.81 = 293ec1ae0f6b3b4be83a217224b51d137f2163cf2d9d294eecf5d0a354e4e29d
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))