summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-16 12:05:22 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-08-27 10:39:49 +0200
commitc948a7415898e3cc34b4f501d9d5547685c6e86f (patch)
tree30437515181b40e25c65f1115faa3f8e0e13bd28 /include
parent09d63fb0a67c7747fdae5cc099b291a3ab8eca72 (diff)
downloadopenwrt-c948a7415898e3cc34b4f501d9d5547685c6e86f.tar.gz
openwrt-c948a7415898e3cc34b4f501d9d5547685c6e86f.tar.bz2
openwrt-c948a7415898e3cc34b4f501d9d5547685c6e86f.zip
kernel: bump 4.14 to 4.14.139
Refreshed all patches. Also add a missing symbol for x86 which got used now in this bump. - ISCSI_IBFT 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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index ed74860702..37c48bdad6 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .189
-LINUX_VERSION-4.14 = .138
+LINUX_VERSION-4.14 = .139
LINUX_KERNEL_HASH-4.9.189 = 93d945661246f726b694455c80c140717d2beff5a718445a51183439bbe5d0b3
-LINUX_KERNEL_HASH-4.14.138 = f250bd1de3a83c1f015f8e6e9bfa9f20eaef3dc24a6cd60116e49979314b837b
+LINUX_KERNEL_HASH-4.14.139 = 8c62d495444dba90200740ec770d274780b010e957cfc447f07999d717e37042
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))