From c1e53e7fb3f2a605d8316606a6a793648458e862 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 13 Mar 2014 15:51:40 +0100 Subject: update to 3.10.33 - add support for system specific patches, cubox-i and raspberry-pi patches are in conflict - fix hifiberry driver support --- mk/kernel-ver.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index a61513d53..6355af1d8 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -22,11 +22,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 59f352d3f4e2cdf6755f79e09fa09176 endif -ifeq ($(ADK_KERNEL_VERSION_3_10_30),y) -KERNEL_VERSION:= 3.10.30 +ifeq ($(ADK_KERNEL_VERSION_3_10_33),y) +KERNEL_VERSION:= 3.10.33 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= f48ca7dd9f2eb14a2903cb6a4fbe07ed +KERNEL_MD5SUM:= 01865f9c129f3c7eee51e25b3781a364 endif ifeq ($(ADK_KERNEL_VERSION_3_4_82),y) KERNEL_VERSION:= 3.4.82 -- cgit v1.2.3