From f3d7855a9e29db48ebe0d57197bcdf85e238d8f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Feb 2017 22:27:41 +0100 Subject: linux: update kernel --- mk/kernel-ver.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 28d818272..38cac19c2 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,16 +16,16 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER) endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) -KERNEL_FILE_VER:= 4.9.6 +KERNEL_FILE_VER:= 4.9.9 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= f493af770a5b08a231178cbb27ab517369a81f6039625737aa8b36d69bcfce9b +KERNEL_HASH:= 2635c69854579550b75c2405c5a012800f1776109dfeb6639516bd879031d9ee endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_4),y) -KERNEL_FILE_VER:= 4.4.46 +KERNEL_FILE_VER:= 4.4.48 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= bb944846c5901aa2cadaa20c3d953ec03ff707dc1178e6ac3851e98747872058 +KERNEL_HASH:= 7c50851de98647dcc0f7b057f6fd45fdbbcd8272647c6dc1f7d2339faacb8025 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_1),y) KERNEL_FILE_VER:= 4.1.35 -- cgit v1.2.3