From ae10039aad9dc22d98d2e43e165ec5419de558c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 2 Feb 2016 21:41:39 +0100 Subject: update Linux kernel 4.3.x to latest version --- mk/kernel-ver.mk | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3