diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-27 12:36:48 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-27 14:18:52 +0200 |
commit | d5ff0897cb20276bfb4ba199754375f5a82146a4 (patch) | |
tree | f97752aa6543125253f58ce04fb08c827617cc08 /include | |
parent | 18266fc6c0889d8480c93f167cf1fec96f97019b (diff) | |
download | upstream-d5ff0897cb20276bfb4ba199754375f5a82146a4.tar.gz upstream-d5ff0897cb20276bfb4ba199754375f5a82146a4.tar.bz2 upstream-d5ff0897cb20276bfb4ba199754375f5a82146a4.zip |
kernel: bump 4.14 to 4.14.131
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 165e652ebe..b07a271867 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-4.9 = .184 -LINUX_VERSION-4.14 = .130 +LINUX_VERSION-4.14 = .131 LINUX_KERNEL_HASH-4.9.184 = 033114d5350525dede995d31b596c31b0e26db8d77a0a1c53d36cdc36ead9faf -LINUX_KERNEL_HASH-4.14.130 = 29ca9050ff9a60b7ab3b23d4b7da008df8b0f7329492a7bc84c1685481745259 +LINUX_KERNEL_HASH-4.14.131 = 19f6404c30f4a9a1fe3315b902676b6d63a470be5d55cf2a0e47983c643c8ff5 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |