diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-07 14:25:32 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-09 18:34:08 +0200 |
commit | 89808e211cd5ef5989bd0becb8cd45f9340610ff (patch) | |
tree | 5738386e1e58342939164b8dc5ddc7562e4fbb47 /include | |
parent | 349714a4912be971a4bf42147a0779b254cc16ba (diff) | |
download | upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.tar.gz upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.tar.bz2 upstream-89808e211cd5ef5989bd0becb8cd45f9340610ff.zip |
kernel: bump 4.14 to 4.14.137
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 cd3ddecf84..9944169634 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-4.9 = .188 -LINUX_VERSION-4.14 = .136 +LINUX_VERSION-4.14 = .137 LINUX_KERNEL_HASH-4.9.188 = 27539853b25d1830fe81b108f39249c6ddf8b47257cdba09404ba0949863e222 -LINUX_KERNEL_HASH-4.14.136 = 268dff959216e59437a8f9db7c2cea3a1ada8a4c72232dc5b7f83ecca12bdf70 +LINUX_KERNEL_HASH-4.14.137 = 93f8e91329300f325a5b4dd9de1f51c0b1bf9591dfd2274044c2f70f96bae228 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |