summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-01-19 18:09:53 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-01-19 18:09:53 +0100
commitefcef25da20cd67933fb6086366d28e76f51da85 (patch)
tree31cb11986078f8c43dcd8fbb7954b04f51acc00b /mk/kernel-ver.mk
parent5cf1c57687baa76f08e0f399a8028d1074d4cc70 (diff)
update to linux 3.7.3, disable aufs2, multimedia support needs reworking
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk22
1 files changed, 5 insertions, 17 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 87d8d77a4..6852fbf61 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,24 +1,12 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.6.3
+KERNEL_VERSION:= 3.7.3
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= d4892b696956e5ce7b84464d721b6565
+KERNEL_MD5SUM:= 8fb7330345d0e0e3681e928ab334a942
endif
-ifeq ($(ADK_KERNEL_VERSION_3_6_3),y)
-KERNEL_VERSION:= 3.6.3
+ifeq ($(ADK_KERNEL_VERSION_3_7_3),y)
+KERNEL_VERSION:= 3.7.3
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= d4892b696956e5ce7b84464d721b6565
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_5_7),y)
-KERNEL_VERSION:= 3.5.7
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 636d19c8686623776764227b6d3b911d
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_15),y)
-KERNEL_VERSION:= 3.4.15
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 8b526c3451b755ddfad7e9a1f40d9b16
+KERNEL_MD5SUM:= 8fb7330345d0e0e3681e928ab334a942
endif