Browse Source

update to latest stable kernel version

Waldemar Brodkorb 13 years ago
parent
commit
a029518ba5
2 changed files with 5 additions and 5 deletions
  1. 2 2
      Config.in
  2. 3 3
      mk/kernel-ver.mk

+ 2 - 2
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

+ 3 - 3
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