summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-12 22:18:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-12 22:18:36 +0100
commite00cd7c220311f57daa8bc56709d34e0f96fe704 (patch)
treed01ed2ad95a99fbe26bdee48bcab0896431a5800 /mk
parentede9a4e76a4441269c5763ced9ef717abd841dda (diff)
linux: add support for version 4.3
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-ver.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 8b1009c5a..05b0b6cff 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -15,6 +15,12 @@ KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_HASH)
KERNEL_RELEASE:= 1
KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
endif
+ifeq ($(ADK_TARGET_KERNEL_VERSION_4_3_0),y)
+KERNEL_FILE_VER:= 4.3
+KERNEL_RELEASE:= 1
+KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE)
+KERNEL_HASH:= 4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae
+endif
ifeq ($(ADK_TARGET_KERNEL_VERSION_4_2_5),y)
KERNEL_FILE_VER:= 4.2.5
KERNEL_RELEASE:= 1