summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 14:42:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 14:42:33 +0100
commita029518ba50f4fceb77999334bc9c8fa02edf8c4 (patch)
tree951da3a8c58b943df2c23b2fc4988c950d3db7d7
parent864661054966bee22941afb027236ab4b5571c77 (diff)
update to latest stable kernel version
-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