From 3430a34a89f7fe2b49ad572fa094e1a8c0f83128 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 20 Feb 2016 22:07:53 +0100 Subject: kernel: update to latest --- mk/kernel-ver.mk | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index a044ac493..e01bb9f28 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -19,17 +19,11 @@ endif KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_1),y) -KERNEL_FILE_VER:= 4.4.1 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4_2),y) +KERNEL_FILE_VER:= 4.4.2 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -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 +KERNEL_HASH:= 82fd2a22a9efd81200e08bc2d316ebf3265822f190bbac4ca0677bb42cf08626 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1_16),y) KERNEL_FILE_VER:= 4.1.16 -- cgit v1.2.3