aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-02-27 16:59:49 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-03-06 12:51:52 +0100
commit810ee3b84a2b4399676a1799a25e34211bda7d60 (patch)
treefca2ad04fed6a76b5030bb06f0121c9f638faefb /include
parent5183df0dbf5f6b81c711b81e399a8c1be62bb838 (diff)
downloadupstream-810ee3b84a2b4399676a1799a25e34211bda7d60.tar.gz
upstream-810ee3b84a2b4399676a1799a25e34211bda7d60.tar.bz2
upstream-810ee3b84a2b4399676a1799a25e34211bda7d60.zip
kernel: bump 4.14 to 4.14.104
Refreshed all patches. Altered patches: - 332-arc-add-OWRTDTB-section.patch Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 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 107204d918..a23aa216cc 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .161
-LINUX_VERSION-4.14 = .103
+LINUX_VERSION-4.14 = .104
LINUX_KERNEL_HASH-4.9.161 = e11e830b7e55f9eac768bf3c7617a15da22819552595fe786a1fb20bfa8b28a6
-LINUX_KERNEL_HASH-4.14.103 = 7aa43e34e4c9e5965da29cef5ae196e06006f8c0d1d65fd755a2f197f0796a11
+LINUX_KERNEL_HASH-4.14.104 = dd430e3e65138da5799b5ff7353e1a9c72f2f9dc957ac53d2aea3dd8ca7be067
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))