diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-06-27 22:21:57 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-02 07:04:48 +0200 |
commit | f4ac88b5097685950c6f6ba0077840f85446389f (patch) | |
tree | e59cf8cc6d784d5110d14d0faa57d266c63a88e7 /include | |
parent | 8e622aae583904a87f358535294bbe5e0088ef8c (diff) | |
download | upstream-f4ac88b5097685950c6f6ba0077840f85446389f.tar.gz upstream-f4ac88b5097685950c6f6ba0077840f85446389f.tar.bz2 upstream-f4ac88b5097685950c6f6ba0077840f85446389f.zip |
kernel: bump 4.14 to 4.14.52
Refreshed all patches
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')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 3ab0316056..641b65258f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -4,13 +4,13 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .71 LINUX_VERSION-4.4 = .121 -LINUX_VERSION-4.14 = .51 LINUX_VERSION-4.9 = .110 +LINUX_VERSION-4.14 = .52 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240 LINUX_KERNEL_HASH-4.4.121 = 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729 -LINUX_KERNEL_HASH-4.14.51 = dab2402baa2444348f9b3c354e8f65382a466d1766942a57441209f9a2df972b LINUX_KERNEL_HASH-4.9.110 = 379a143a70a79f0eea6c9f6638942b65e6043abdde17ad23264c0abd93c4ea7a +LINUX_KERNEL_HASH-4.14.52 = a5d226c7b2fd1eb0f01d56e4e2c6a0100784b68df907cc7317f32bde34f88810 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |