From f4dba935fc9aa5ec89084f9d21c5f610d4f7138e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 10 Oct 2012 11:00:27 +0200 Subject: update mutlilib support for mips --- mk/kernel-ver.mk | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index f52834616..87a861da7 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,17 +1,23 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.5.4 +KERNEL_VERSION:= 3.5.6 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923 endif -ifeq ($(ADK_KERNEL_VERSION_3_5_4),y) -KERNEL_VERSION:= 3.5.4 +ifeq ($(ADK_KERNEL_VERSION_3_6_1),y) +KERNEL_VERSION:= 3.6.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= 63bdd7d325afae1ac525586d24eb5399 +endif +ifeq ($(ADK_KERNEL_VERSION_3_5_6),y) +KERNEL_VERSION:= 3.5.6 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 95d5c7271ad448bc965bdb29339b6923 endif -ifeq ($(ADK_KERNEL_VERSION_3_4_9),y) -KERNEL_VERSION:= 3.4.9 +ifeq ($(ADK_KERNEL_VERSION_3_4_13),y) +KERNEL_VERSION:= 3.4.13 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= f9cd4fe763396bf814f3a71de42fde9b -- cgit v1.2.3