diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 11:14:21 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-01-24 13:17:32 +0100 |
commit | 1c5ac590c400ac47d3da834ff576279463349cda (patch) | |
tree | 16fa9875e73d5f34cf5be7e7c2706159afb72df6 /include | |
parent | 8038846b62edff5fbe20f6c4cc8050b9fd401f80 (diff) | |
download | upstream-1c5ac590c400ac47d3da834ff576279463349cda.tar.gz upstream-1c5ac590c400ac47d3da834ff576279463349cda.tar.bz2 upstream-1c5ac590c400ac47d3da834ff576279463349cda.zip |
kernel: bump 4.14 to 4.14.167
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 c3890d4910..0992f82c1f 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 = .166 +LINUX_VERSION-4.14 = .167 -LINUX_KERNEL_HASH-4.14.166 = 8bb2bf811a2092933a2386a4e679cd0c88de979c10fbb463d8142add4e577c00 +LINUX_KERNEL_HASH-4.14.167 = 2bb78fc7a902faf4f5dad47fdbc2f4bf3df3cf9b41f408e7260f36656659fe43 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |