summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in4
-rw-r--r--mk/kernel-ver.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/Config.in b/Config.in
index d5e1b60be..b12086c26 100644
--- a/Config.in
+++ b/Config.in
@@ -117,8 +117,8 @@ config ADK_KERNEL_VERSION_3_1_10
prompt "3.1.10"
boolean
-config ADK_KERNEL_VERSION_3_2_7
- prompt "3.2.7"
+config ADK_KERNEL_VERSION_3_2_10
+ prompt "3.2.10"
boolean
endchoice
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk
index 7db4673d7..e64377cac 100644
--- a/mk/kernel-ver.mk
+++ b/mk/kernel-ver.mk
@@ -18,8 +18,8 @@ KERNEL_VERSION:= 3.1.10
KERNEL_RELEASE:= 1
KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a
endif
-ifeq ($(ADK_KERNEL_VERSION_3_2_7),y)
-KERNEL_VERSION:= 3.2.7
+ifeq ($(ADK_KERNEL_VERSION_3_2_10),y)
+KERNEL_VERSION:= 3.2.10
KERNEL_RELEASE:= 1
-KERNEL_MD5SUM:= 2fb9dfbf3bca415cce173d06c96afb46
+KERNEL_MD5SUM:= 9c9ab852e069fef357e2a29a98cf03e7
endif