aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-01-04 00:36:43 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-01-04 23:04:24 +0100
commit084dfb8ebdb8fe124189cf498aea3f0269daee16 (patch)
tree155b0821212d0fdeb8dbbf33e37252fe1a7df0e0 /include
parentf8543adb149830a4549cf8691a02167e5d7cec95 (diff)
downloadupstream-084dfb8ebdb8fe124189cf498aea3f0269daee16.tar.gz
upstream-084dfb8ebdb8fe124189cf498aea3f0269daee16.tar.bz2
upstream-084dfb8ebdb8fe124189cf498aea3f0269daee16.zip
kernel: bump 4.14 to 4.14.161
Refreshed all patches. Compile-tested on: ipq40xx, ramips 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 f8111c74d5..1c1ea6afbc 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 = .160
+LINUX_VERSION-4.14 = .161
-LINUX_KERNEL_HASH-4.14.160 = c60326bad1bcdede514ca8a0bb96843fa7578ef00829cced6218b888b2efa92c
+LINUX_KERNEL_HASH-4.14.161 = 9d23629f50e6c7313c4f1277455137b7727a6117df931c4c4fb7fab7e98f81c9
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))