aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-01-25 23:17:22 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-01-25 23:18:42 +0100
commit2ecb22dc51a501ae619d183283bc7766f5c4fe76 (patch)
treee336e600eca0ea6859b455b36de0067a280c2294 /include
parent11f4918ebb32f658e419225ef218f82d66b482cc (diff)
downloadupstream-2ecb22dc51a501ae619d183283bc7766f5c4fe76.tar.gz
upstream-2ecb22dc51a501ae619d183283bc7766f5c4fe76.tar.bz2
upstream-2ecb22dc51a501ae619d183283bc7766f5c4fe76.zip
kernel: bump 4.14 to 4.14.217
Refreshed all patches. Compile-tested on: ipq40xx, lantiq/xrx200, x86/64, ipq806x Runtime-tested on: ipq40xx, lantiq/xrx200, x86/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 f61362ef1f..b1542e0029 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
endif
-LINUX_VERSION-4.14 = .216
+LINUX_VERSION-4.14 = .217
-LINUX_KERNEL_HASH-4.14.216 = b7864fef15ca9bdefe38cd19232538e3387f05c6ace17f44a0da07bd71edbba5
+LINUX_KERNEL_HASH-4.14.217 = 62a36a25431016d98d0f1cff98be432086c51f86fd79042bd10a867b3a924d11
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))