summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-15 14:09:20 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-06-15 14:09:20 +0200
commit485a5b1d78bd16c4c916a3772769842820e0e3b8 (patch)
treefd674e7c016955aa33c50c618143d35b5e185c39 /mk/kernel-ver.mk
parent53e9bc8736249f7c683bc040f5a6a0e1e8e1b5c0 (diff)
add support for newest kernels
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk24
1 files changed, 15 insertions, 9 deletions
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