summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-07-31 22:40:30 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-11 00:12:50 +0200
commit148d59c67edd550cf130f96844f63637707b99d5 (patch)
tree1f8582fed5b9f009c9b7c45991b89b1b2511b556 /include
parent7db09853a83b2feaf2604e4fcc074100be377280 (diff)
downloadopenwrt-148d59c67edd550cf130f96844f63637707b99d5.tar.gz
openwrt-148d59c67edd550cf130f96844f63637707b99d5.tar.bz2
openwrt-148d59c67edd550cf130f96844f63637707b99d5.zip
kernel: update kernel 4.14 to version 4.14.193
Compile and runtime tested on lantiq/xrx200 and ipq40xx. 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 9e7855e6dc..008cc44c78 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 = .187
+LINUX_VERSION-4.14 = .193
-LINUX_KERNEL_HASH-4.14.187 = 5b223475eaeea196aa7e127d3f253bca5c35d8afdc72ca75230ce1ecdd1454bd
+LINUX_KERNEL_HASH-4.14.193 = 0b0fb41d4430e1a42738b341cbfd2f41951aa5cd02acabbd53f076119c8b9f03
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))