aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-11-21 10:47:34 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-11-22 10:49:01 +0100
commit02e16e9e82c342bcee243b00fb6f9a059eef8034 (patch)
treef1916317a7cf97bf1f509b459181269175729494 /include
parente1debc557cc27061d8bb02b04e04e0b606678650 (diff)
downloadupstream-02e16e9e82c342bcee243b00fb6f9a059eef8034.tar.gz
upstream-02e16e9e82c342bcee243b00fb6f9a059eef8034.tar.bz2
upstream-02e16e9e82c342bcee243b00fb6f9a059eef8034.zip
kernel: bump 4.14 to 4.14.82
Refreshed all patches. Compile-tested: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested: ar71xx, cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> Tested-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Tested-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 8a0999abcd..b1a552fe47 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@ LINUX_RELEASE?=1
LINUX_VERSION-3.18 = .125
LINUX_VERSION-4.9 = .138
-LINUX_VERSION-4.14 = .81
+LINUX_VERSION-4.14 = .82
LINUX_KERNEL_HASH-3.18.125 = 708433b360efd8623f7303b721ffb0e7c59cbe8552f1a3f4c0d980a12b4ed90e
LINUX_KERNEL_HASH-4.9.138 = 92301242601d50854b173a3fdec318480e24fc86f32102003a9ed7108fab21b7
-LINUX_KERNEL_HASH-4.14.81 = 4b36dfd053844ef0617799d432eed67aa4795d3403216d6789288aa7a0e75bde
+LINUX_KERNEL_HASH-4.14.82 = a790a2e6f6a76d70decec91d1b7bcfba90f821b076273da070f6e0e1e6391dad
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))