From 9c877800eaccf6d41235dc6656c44d224729d4be Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 18 Feb 2014 11:39:37 +0100 Subject: update kernel --- mk/kernel-ver.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index c1cf488d2..bc4da699b 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,8 +1,8 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.12.6 +KERNEL_VERSION:= 3.12.11 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= ab2fcc368e20d804e77970196154fb9e +KERNEL_MD5SUM:= c5b0775d187bc79992bae17ae781de1e endif ifeq ($(ADK_KERNEL_VERSION_3_13_3),y) KERNEL_VERSION:= 3.13.3 @@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= ad98a0c623a124a25dab86406ddc7119 endif -ifeq ($(ADK_KERNEL_VERSION_3_12_6),y) -KERNEL_VERSION:= 3.12.6 +ifeq ($(ADK_KERNEL_VERSION_3_12_11),y) +KERNEL_VERSION:= 3.12.11 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= ab2fcc368e20d804e77970196154fb9e +KERNEL_MD5SUM:= c5b0775d187bc79992bae17ae781de1e endif ifeq ($(ADK_KERNEL_VERSION_3_11_10),y) KERNEL_VERSION:= 3.11.10 -- cgit v1.2.3