summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-02 19:46:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-02 19:46:33 +0200
commite543efe99c1400016592d68d47131ca9ca6f3ba2 (patch)
treecdf001e500a752df3cad267d7a4cc21f8a8eadfc /mk
parent9722540f2e540875fbd4bdb93f73611267cd8aef (diff)
linux: update to 4.16.7
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 551eff899..08306c5a8 100644
--- a/mk/linux-ver.mk
+++ b/mk/linux-ver.mk
@@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_16),y)
-KERNEL_FILE_VER:= 4.16.5
+KERNEL_FILE_VER:= 4.16.7
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 39ac2f4af0ca848153b3de5610f1e4d4f3d50362d76f382c625d8a25df432a38
+KERNEL_HASH:= d87abef6c5666329194a0005fa8331c0cc03b65383f195442dee8f5558af0139
endif
ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y)
KERNEL_FILE_VER:= 4.14.34