summaryrefslogtreecommitdiff
path: root/mk/kernel-ver.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r--mk/kernel-ver.mk14
1 files changed, 4 insertions, 10 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 7c95d671d..0cfc73006 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,5 +1,5 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.9.11
+KERNEL_VERSION:= 3.11.10
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= edbf88eb7f7d34dbd5d3887726790755
@@ -10,15 +10,9 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 59f352d3f4e2cdf6755f79e09fa09176
endif
-ifeq ($(ADK_KERNEL_VERSION_3_9_11),y)
-KERNEL_VERSION:= 3.9.11
-KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
-KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= edbf88eb7f7d34dbd5d3887726790755
-endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_65),y)
-KERNEL_VERSION:= 3.4.65
+ifeq ($(ADK_KERNEL_VERSION_3_4_71),y)
+KERNEL_VERSION:= 3.4.71
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= c1d4cbf921a74e0234006d6cd9a3ac2b
+KERNEL_MD5SUM:= d6183a3809c6d3f6779043b6e9f482ca
endif