From 422a4e2883ea3be837411b0e65268816e036c087 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 20 Mar 2012 17:46:41 +0100 Subject: new kernels --- mk/kernel-ver.mk | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index e64377cac..c0b93d549 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,25 +1,36 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) KERNEL_VERSION:= 2.6.39.4 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d endif ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y) KERNEL_VERSION:= 2.6.39.4 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d endif -ifeq ($(ADK_KERNEL_VERSION_3_0_22),y) -KERNEL_VERSION:= 3.0.22 +ifeq ($(ADK_KERNEL_VERSION_3_0_25),y) +KERNEL_VERSION:= 3.0.25 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 0cb510da24d9cf7bd17091ed49176178 endif ifeq ($(ADK_KERNEL_VERSION_3_1_10),y) KERNEL_VERSION:= 3.1.10 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a endif -ifeq ($(ADK_KERNEL_VERSION_3_2_10),y) -KERNEL_VERSION:= 3.2.10 +ifeq ($(ADK_KERNEL_VERSION_3_2_12),y) +KERNEL_VERSION:= 3.2.12 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 9c9ab852e069fef357e2a29a98cf03e7 endif +ifeq ($(ADK_KERNEL_VERSION_3_3),y) +KERNEL_VERSION:= 3.3 +KERNEL_MOD_VERSION:= 3.3.0 +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= 98a6cdd7d082b7ea72df9c89842bac74 +endif -- cgit v1.2.3