summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2021-01-17 15:42:22 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-01-17 17:21:00 +0100
commitc7b9c858195f03e0f13f0ee74f59bf2fc02c7d64 (patch)
treebf718de746af0496000bd4a22b0740e9ba2241e0 /include
parentc9388fa986a56d8a87fa3f289b6a0f14d7959c5a (diff)
downloadopenwrt-c7b9c858195f03e0f13f0ee74f59bf2fc02c7d64.tar.gz
openwrt-c7b9c858195f03e0f13f0ee74f59bf2fc02c7d64.tar.bz2
openwrt-c7b9c858195f03e0f13f0ee74f59bf2fc02c7d64.zip
kernel: bump 4.14 to 4.14.215
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 0d42e167c8..6100a27d38 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 = .214
+LINUX_VERSION-4.14 = .215
-LINUX_KERNEL_HASH-4.14.214 = f54296216ace09a1bf81efaa9dbbd4ebbe8631dbf22df9c6f286157db827391e
+LINUX_KERNEL_HASH-4.14.215 = 9a844e290c61b39dd23df507ba1d9c2b2b4365e5993a978b19f1eb5610b926da
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))