From 64c5546fc72bfb6cb2a4526af79fd88d535e9dec Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Jan 2017 09:37:12 +0100 Subject: linux: update to 4.9.3, remove non-lts 4.8 series --- mk/kernel-ver.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 7ef409c2a..5f14fc371 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,16 +16,10 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.1 +KERNEL_FILE_VER:= 4.9.3 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 32992132e19ac5f95771906a5756d081c9e7e5a4ef261c304012d6e76a73541a -endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_8),y) -KERNEL_FILE_VER:= 4.8.15 -KERNEL_RELEASE:= 1 -KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 1605260913729b7b72a64a0598b782725e365dab57d49dec188373d634538fee +KERNEL_HASH:= 74fbca6230477e208e55ef6f855ffc604c31f4a2feb1a136b1d9cbee16b0eca8 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) KERNEL_FILE_VER:= 4.4.38 -- cgit v1.2.3