summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-24 14:22:08 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-24 14:22:08 +0200
commit4730871e5df6c0913f746cbadf02d1ec5a599846 (patch)
tree08743a1f29abe8ea4ee1eb911f62d2dfdb9d43d8 /mk/kernel-ver.mk
parentab5307635819e3917e87d7c1a7e07dcf610a5c50 (diff)
update to latest linux kernels, remove old ones
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk40
1 files changed, 8 insertions, 32 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 5cec70c7a..45d4fe65d 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,42 +1,18 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.4.4
+KERNEL_VERSION:= 3.4.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 6b8420c24e6f25c56824ce085d194687
+KERNEL_MD5SUM:= e81d235d91289e612f48718b459b9039
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_34),y)
-KERNEL_VERSION:= 3.0.34
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 3036f69e292d3ce0f7b765a278b12e64
-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_20),y)
-KERNEL_VERSION:= 3.2.20
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= bd0063a747c3ea0ecdcc85a512d9760a
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_3_8),y)
-KERNEL_VERSION:= 3.3.8
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
+ifeq ($(ADK_KERNEL_VERSION_3_5),y)
+KERNEL_VERSION:= 3.5
+KERNEL_MOD_VERSION:= 3.5.0
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 21068f0fd262b9b3670947f7892e1d6b
endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_4),y)
-KERNEL_VERSION:= 3.4.4
+ifeq ($(ADK_KERNEL_VERSION_3_4_6),y)
+KERNEL_VERSION:= 3.4.6
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 6b8420c24e6f25c56824ce085d194687
+KERNEL_MD5SUM:= e81d235d91289e612f48718b459b9039
endif