From 531c803bf1a776a91feb49917fd85cf6923887b3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 24 Aug 2012 10:45:01 +0200 Subject: update to latest stable kernel version --- mk/kernel-ver.mk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 1d8740db1..cb860fc86 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,18 +1,18 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.4.6 +KERNEL_VERSION:= 3.4.9 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= e81d235d91289e612f48718b459b9039 +KERNEL_MD5SUM:= 0428dcd244b494e99da9a314667c6f99 endif -ifeq ($(ADK_KERNEL_VERSION_3_5),y) -KERNEL_VERSION:= 3.5 -KERNEL_MOD_VERSION:= 3.5.0 +ifeq ($(ADK_KERNEL_VERSION_3_5_2),y) +KERNEL_VERSION:= 3.5.2 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 3ed693d5dee4f4aa05e15d3c19f6cf01 +KERNEL_MD5SUM:= f0341109ba14a8f9f455c131ccc8ddd3 endif -ifeq ($(ADK_KERNEL_VERSION_3_4_6),y) -KERNEL_VERSION:= 3.4.6 +ifeq ($(ADK_KERNEL_VERSION_3_4_9),y) +KERNEL_VERSION:= 3.4.9 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= e81d235d91289e612f48718b459b9039 +KERNEL_MD5SUM:= 0428dcd244b494e99da9a314667c6f99 endif -- cgit v1.2.3