From dba433e831fb3fe7ea5e6ced99c92643b8e7f9e8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 23 Jul 2017 21:17:05 +0200 Subject: linux: update to 4.12.3 --- mk/kernel-ver.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 561189a59..efb321010 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -15,11 +15,11 @@ KERNEL_FILE_VER:= $(ADK_TARGET_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_KERNEL_VERSION_4_11),y) -KERNEL_FILE_VER:= 4.11.11 +ifeq ($(ADK_TARGET_KERNEL_VERSION_4_12),y) +KERNEL_FILE_VER:= 4.12.3 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 88516f1d89be704ddb866ce1a75a610adf04a4a971770fb69faa04bc470e7ab7 +KERNEL_HASH:= 99bd9db1228ef60eb620071abac899d2774255bfa43d06acbdc732a17e2ebf16 endif ifeq ($(ADK_TARGET_KERNEL_VERSION_4_9),y) KERNEL_FILE_VER:= 4.9.38 -- cgit v1.2.3