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.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index a7932a76e..57e971817 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,18 +1,18 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.8.10
+KERNEL_VERSION:= 3.9.8
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 3d5fb6d9add9cce7725bbe9b139c8d6e
+KERNEL_MD5SUM:= 04d74575ef1c484ad00be61f32bb4557
endif
-ifeq ($(ADK_KERNEL_VERSION_3_8_10),y)
-KERNEL_VERSION:= 3.8.10
+ifeq ($(ADK_KERNEL_VERSION_3_9_8),y)
+KERNEL_VERSION:= 3.9.8
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 3d5fb6d9add9cce7725bbe9b139c8d6e
+KERNEL_MD5SUM:= 04d74575ef1c484ad00be61f32bb4557
endif
-ifeq ($(ADK_KERNEL_VERSION_3_4_42),y)
-KERNEL_VERSION:= 3.4.42
+ifeq ($(ADK_KERNEL_VERSION_3_4_51),y)
+KERNEL_VERSION:= 3.4.51
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 1d802f8c5b881186d74e087aced2d553
+KERNEL_MD5SUM:= f028dc67e2e8a782debc3207d47b33a0
endif