From 485a5b1d78bd16c4c916a3772769842820e0e3b8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 15 Jun 2012 14:09:20 +0200 Subject: add support for newest kernels --- mk/kernel-ver.mk | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'mk/kernel-ver.mk') diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 4391f2b99..71a2fd8f2 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d endif -ifeq ($(ADK_KERNEL_VERSION_3_0_30),y) -KERNEL_VERSION:= 3.0.30 +ifeq ($(ADK_KERNEL_VERSION_3_0_34),y) +KERNEL_VERSION:= 3.0.34 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= fbd04e3f1060dc71ebbf0cb644ae1573 +KERNEL_MD5SUM:= 3036f69e292d3ce0f7b765a278b12e64 endif ifeq ($(ADK_KERNEL_VERSION_3_1_10),y) KERNEL_VERSION:= 3.1.10 @@ -22,15 +22,21 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a endif -ifeq ($(ADK_KERNEL_VERSION_3_2_18),y) -KERNEL_VERSION:= 3.2.18 +ifeq ($(ADK_KERNEL_VERSION_3_2_20),y) +KERNEL_VERSION:= 3.2.20 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 0beee8d5b887ce4c20121a8bb816bfcf +KERNEL_MD5SUM:= bd0063a747c3ea0ecdcc85a512d9760a endif -ifeq ($(ADK_KERNEL_VERSION_3_3_7),y) -KERNEL_VERSION:= 3.3.7 +ifeq ($(ADK_KERNEL_VERSION_3_3_8),y) +KERNEL_VERSION:= 3.3.8 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 6709647a7576c9e21b082f4d3d7a94cf +KERNEL_MD5SUM:= 21068f0fd262b9b3670947f7892e1d6b +endif +ifeq ($(ADK_KERNEL_VERSION_3_4_2),y) +KERNEL_VERSION:= 3.4.2 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= 8260d881daa5ce4ce9ed1464beea41f7 endif -- cgit v1.2.3