diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-10 12:37:20 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-10 14:46:25 +0200 |
commit | bba743458eb48f9b2ae73c3d173920062c9b3f00 (patch) | |
tree | 46442ab0cca4f7f1433673a281985fe53057f6d6 /include | |
parent | 86a3d2604f2439d8cd94347ac3e4672b04c6d74a (diff) | |
download | upstream-bba743458eb48f9b2ae73c3d173920062c9b3f00.tar.gz upstream-bba743458eb48f9b2ae73c3d173920062c9b3f00.tar.bz2 upstream-bba743458eb48f9b2ae73c3d173920062c9b3f00.zip |
kernel: bump 4.14 to 4.14.75
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
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 11b95e1eb7..9c2741fdd2 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-4.9 = .132 -LINUX_VERSION-4.14 = .74 +LINUX_VERSION-4.14 = .75 LINUX_KERNEL_HASH-4.9.132 = 67e66ae14595b3c93f228c417463e5436b9d64f5e9dfd3b92b7e24714d1ee5d3 -LINUX_KERNEL_HASH-4.14.74 = 70e69189fd7b2f96fa33833735c7bcf3281dc0172c3734e2c5819e9d57015c72 +LINUX_KERNEL_HASH-4.14.75 = 5093d7230b8f1c553450ca6c1ccd20a46a055d9277a7e161039a8642b3398120 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |