summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-29 14:44:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-29 14:44:30 +0200
commit165217e7f55097fadd0a6c15808420cd30a450a8 (patch)
treeaae570d1b319e4154398bb5d322ef8fce52f94df /Config.in
parent63010213faa23bbb6d950a761b61a4d744126cab (diff)
update kernel, fix mk/modules.mk for 3.4.x kernels, delete obsolete kernel patches
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index d5fdee590..e2aa4820f 100644
--- a/Config.in
+++ b/Config.in
@@ -95,7 +95,7 @@ prompt "Kernel Version"
depends on ADK_TOOLCHAIN_ONLY
config ADK_KERNEL_VERSION_TOOLCHAIN
- prompt "3.8.2"
+ prompt "3.8.10"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,8 +106,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_8_6
- prompt "3.8.6"
+config ADK_KERNEL_VERSION_3_8_10
+ prompt "3.8.10"
boolean
config ADK_KERNEL_VERSION_3_4_41
@@ -118,7 +118,7 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.8.6" if ADK_KERNEL_VERSION_3_8_6
+ default "3.8.10" if ADK_KERNEL_VERSION_3_8_10
default "3.4.41" if ADK_KERNEL_VERSION_3_4_41
help