diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-25 23:17:22 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-01-25 23:18:42 +0100 |
commit | 2ecb22dc51a501ae619d183283bc7766f5c4fe76 (patch) | |
tree | e336e600eca0ea6859b455b36de0067a280c2294 /include | |
parent | 11f4918ebb32f658e419225ef218f82d66b482cc (diff) | |
download | upstream-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.mk | 4 |
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))))))) |