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.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 6852fbf61..f9522759d 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -1,12 +1,12 @@
ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:= 3.7.3
+KERNEL_VERSION:= 3.8.1
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 8fb7330345d0e0e3681e928ab334a942
+KERNEL_MD5SUM:= 093b172f907d5455a6746418ad18f5bc
endif
-ifeq ($(ADK_KERNEL_VERSION_3_7_3),y)
-KERNEL_VERSION:= 3.7.3
+ifeq ($(ADK_KERNEL_VERSION_3_8_1),y)
+KERNEL_VERSION:= 3.8.1
KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 8fb7330345d0e0e3681e928ab334a942
+KERNEL_MD5SUM:= 093b172f907d5455a6746418ad18f5bc
endif