aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-12-24 14:36:38 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-12-25 15:51:43 +0100
commitd13c6d078e97f97ea06b0c5a66de5d4a87d9b6df (patch)
treef2011ccb0a4416e51301661ef7f9eac0b495b37a /include
parentf80272dd9c40dae4aeff38fa5c7132a0f5fc198c (diff)
downloadupstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.tar.gz
upstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.tar.bz2
upstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.zip
kernel: bump 4.14 to 4.14.160
Refreshed all patches. Compile-tested on: ipq40xx, ath79 Runtime-tested on: 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 83eac5a554..f8111c74d5 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 = .159
+LINUX_VERSION-4.14 = .160
-LINUX_KERNEL_HASH-4.14.159 = e8d42d3a1b85d180141e9bc11c4a0e87f8a413c0e989b0f24c1b7c40f8a826f2
+LINUX_KERNEL_HASH-4.14.160 = c60326bad1bcdede514ca8a0bb96843fa7578ef00829cced6218b888b2efa92c
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))