aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-29 12:30:46 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-30 16:45:54 +0200
commitdb97cb814cc842b287c54397c3fc145ef5a8f286 (patch)
treea834b14501d96285d7be48bc9b79ca9e5754d876 /include
parent071209ed228889a12ee1a8e1d1a5d343cfa62477 (diff)
downloadupstream-db97cb814cc842b287c54397c3fc145ef5a8f286.tar.gz
upstream-db97cb814cc842b287c54397c3fc145ef5a8f286.tar.bz2
upstream-db97cb814cc842b287c54397c3fc145ef5a8f286.zip
kernel: bump 4.19 to 4.19.69
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 85446bb677..071da39421 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.9 = .190
LINUX_VERSION-4.14 = .141
-LINUX_VERSION-4.19 = .68
+LINUX_VERSION-4.19 = .69
LINUX_KERNEL_HASH-4.9.190 = fe8a1ca080a462de6832762ba8b71410b828f0e52c1e11d3c46d83e9ac1e0a16
LINUX_KERNEL_HASH-4.14.141 = 0bb9f0812326ec4554de1bea02628840e03b6664b5abfd9d8510049e43203a17
-LINUX_KERNEL_HASH-4.19.68 = 91875940518c0a8cecfa02ffcf371e4d8266b80971a95103e89a86b8a326a02b
+LINUX_KERNEL_HASH-4.19.69 = c091760b520a4e4a4c7034a8329cc2689a0ea3f81a377b694ed196d623e2d987
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))