summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-03-17 20:48:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-03-17 20:48:40 +0100
commit140d1de488a81e2074831810577d43baf85b4062 (patch)
tree0ce34405fcc83eed732921211c28cb70f95f0a27 /mk
parent5ead79027fa0c278b9d7372c57693cb0678d7319 (diff)
linux: update to 4.14.27
Diffstat (limited to 'mk')
-rw-r--r--mk/linux-ver.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk
index c19fd71ef..90b78e172 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -22,10 +22,10 @@ KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
KERNEL_HASH:= a23d7e1a9c1f72528531d9933e59e4cc4556752a2ea029fdc66a1b0fd24c8a3a
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
-KERNEL_FILE_VER:= 4.14.24
+KERNEL_FILE_VER:= 4.14.27
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= ba512d1bd7f5910bae0f5d66554810f097f82e5df6fccb8c7cc4a11410839801
+KERNEL_HASH:= 0911a449c71a06c7232ece07dfcc041bd07efaf7e67799b9e2d0cf4bd9a028ea
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_9),y)
KERNEL_FILE_VER:= 4.9.87