aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-version.mk
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-02 11:14:20 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-10-02 13:44:45 +0200
commit670f14ce6781ab59e359f5153556c668e032dbc7 (patch)
tree1f237d74c8697c8dd606e1d9f807700ca379a830 /include/kernel-version.mk
parent23bd33c5a3e2c2fe69ed061bb69471fe84faced9 (diff)
downloadupstream-670f14ce6781ab59e359f5153556c668e032dbc7.tar.gz
upstream-670f14ce6781ab59e359f5153556c668e032dbc7.tar.bz2
upstream-670f14ce6781ab59e359f5153556c668e032dbc7.zip
kerneL: bump 4.14 to 4.14.73
Refreshed all patches. Removed upstreamed: - 192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include/kernel-version.mk')
-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 db6c87f6a2..0948642793 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,11 +2,11 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.14 = .72
LINUX_VERSION-4.9 = .130
+LINUX_VERSION-4.14 = .73
-LINUX_KERNEL_HASH-4.14.72 = df925906250bbc40fcf0137d7ad0fb8edc528d926832634f1233b7540564557f
LINUX_KERNEL_HASH-4.9.130 = 60db3e6a8b00230d5a7c0c8907ef6876702e99c89980bb624f7b649b638b0a7f
+LINUX_KERNEL_HASH-4.14.73 = 999e38141ccc447df7bf7ce10b8803c12b32274b76d3d5400bf3fd88eee0e31e
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))