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 00:44:01 +0200
commite95e9fcbb2bce0ce2337bf767e2bfa0943c49164 (patch)
tree8c6a12433818583bf8a2dde07d814c3813b91924 /include
parent43e1b38e4accd7e55755df66aac5800c077334f1 (diff)
downloadupstream-e95e9fcbb2bce0ce2337bf767e2bfa0943c49164.tar.gz
upstream-e95e9fcbb2bce0ce2337bf767e2bfa0943c49164.tar.bz2
upstream-e95e9fcbb2bce0ce2337bf767e2bfa0943c49164.zip
kernel: bump 4.14 to 4.14.80
Refresh patches. Compile-tested: ar71xx, ath79, x86/64 Runtime-tested: ar71xx, ath79, x86/64 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
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 fe20a2654a..826bab5487 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@ LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .124
LINUX_VERSION-4.9 = .135
-LINUX_VERSION-4.14 = .79
+LINUX_VERSION-4.14 = .80
LINUX_KERNEL_HASH-3.18.124 = 25d2a5abd627534a1e51d028890c184aad8e628c345c5fe0cc0f9d7c31b7a5a3
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)))))))