summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-20 17:46:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-20 17:46:41 +0100
commit422a4e2883ea3be837411b0e65268816e036c087 (patch)
tree5461ecf306cc132817fd0679c3f5fb6974327561 /mk/kernel-ver.mk
parentedf9956a2589d1c6315c6d13b605b583c1da879a (diff)
new kernels
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk19
1 files changed, 15 insertions, 4 deletions
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