summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-02 21:41:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-02 21:41:47 +0100
commitae10039aad9dc22d98d2e43e165ec5419de558c6 (patch)
tree41a0775efb7125957db95f6a127518e9108022c5 /mk
parentc498ef5fac6d7de27c1b1ea3ae8d2973148b378d (diff)
update Linux kernel 4.3.x to latest version
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk12
1 files changed, 9 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index f95244249..34616fa2b 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -19,11 +19,17 @@ endif
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
endif
-ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_3),y)
-KERNEL_FILE_VER:= 4.3.3
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_1),y)
+KERNEL_FILE_VER:= 4.4.1
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
-KERNEL_HASH:= 8cad4ce7d049c2ecc041b0844bd478bf85f0d3071c93e0c885a776d57cbca3cf
+KERNEL_HASH:= 7ed2198eb451607d8997b52868c8d456b6a04ea12a4015598b5acd76e8c68a57
+endif
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_5),y)
+KERNEL_FILE_VER:= 4.3.5
+KERNEL_RELEASE:= 1
+KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
+KERNEL_HASH:= 28ff78d96a24c22a175d3afb89a00fe56fa8535e688a35810d667d1b0a36c53c
endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y)
KERNEL_FILE_VER:= 4.1.16