aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-08 15:03:32 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-08 15:51:06 +0200
commit8184429b7b15e61f5c195ad953016b1360c076a2 (patch)
treed538a209e965feac844229294fc7434ac59cfcc9 /include
parent4648533ca4c4e41b3902e3d7c72aa399009454d9 (diff)
downloadupstream-8184429b7b15e61f5c195ad953016b1360c076a2.tar.gz
upstream-8184429b7b15e61f5c195ad953016b1360c076a2.tar.bz2
upstream-8184429b7b15e61f5c195ad953016b1360c076a2.zip
kernel: bump 4.19 to 4.19.78
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 5e3df8e424..56e967f23f 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -8,11 +8,11 @@ endif
LINUX_VERSION-4.9 = .196
LINUX_VERSION-4.14 = .148
-LINUX_VERSION-4.19 = .77
+LINUX_VERSION-4.19 = .78
LINUX_KERNEL_HASH-4.9.196 = e0ab12b04a975630ece2142a1ac15cfe45140b8c3359226b035c15ca7c92c6ef
LINUX_KERNEL_HASH-4.14.148 = 12d2b74003e13a6c1956064754255249fbe5c7af6cbdfb2ddeba45b5ed7c0fad
-LINUX_KERNEL_HASH-4.19.77 = 612b69cc494f2da1530bacac17291339e272cde7f2a7669e615f565506d5f3a9
+LINUX_KERNEL_HASH-4.19.78 = df63ea77c6e28566102a33f503513bc6280f79b48c90921b39661d3ce6295049
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))