aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2018-11-12 19:58:36 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2018-11-13 11:45:17 +0200
commiteb89dcaf4a09bcd1fc89335dc7e3dae8c92f3603 (patch)
tree5a4812f95b2b20ec5e9a76a5bc9956779db19a45 /include
parent76574f19e2c660f7a312e1e6d7fcd21daf3afb33 (diff)
downloadupstream-eb89dcaf4a09bcd1fc89335dc7e3dae8c92f3603.tar.gz
upstream-eb89dcaf4a09bcd1fc89335dc7e3dae8c92f3603.tar.bz2
upstream-eb89dcaf4a09bcd1fc89335dc7e3dae8c92f3603.zip
kernel: bump 4.14 to 4.14.80
Refresh patches. Compile-tested: cns3xxx, imx6, x86/64 Runtime-tested: cns3xxx, imx6, x86/64 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 320ecd5ce6..d517957295 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .135
-LINUX_VERSION-4.14 = .79
+LINUX_VERSION-4.14 = .80
LINUX_KERNEL_HASH-4.9.135 = e023b0bbe9ea7fc56aa57210342dd18ea3e0900ee207226df1523c6d7df154ce
-LINUX_KERNEL_HASH-4.14.79 = 5619071eceb27f903d2fce1784223796bfbe25528f9690273cdfe82fdd9b933a
+LINUX_KERNEL_HASH-4.14.80 = 9ddc7bc11cbea6475ac5abf18e01a143d7d506bece591e0dcb15c9452d3ed7d2
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))