summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-01-19 18:09:53 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-01-19 18:09:53 +0100
commitefcef25da20cd67933fb6086366d28e76f51da85 (patch)
tree31cb11986078f8c43dcd8fbb7954b04f51acc00b /Config.in
parent5cf1c57687baa76f08e0f399a8028d1074d4cc70 (diff)
update to linux 3.7.3, disable aufs2, multimedia support needs reworking
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in18
1 files changed, 4 insertions, 14 deletions
diff --git a/Config.in b/Config.in
index dfe3ff371..03dfb9f70 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.6.3"
+ prompt "3.7.3"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -106,25 +106,15 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_6_3
- prompt "3.6.3"
- boolean
-
-config ADK_KERNEL_VERSION_3_5_7
- prompt "3.5.7"
- boolean
-
-config ADK_KERNEL_VERSION_3_4_15
- prompt "3.4.15"
+config ADK_KERNEL_VERSION_3_7_3
+ prompt "3.7.3"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.4.15" if ADK_KERNEL_VERSION_3_4_15
- default "3.5.7" if ADK_KERNEL_VERSION_3_5_7
- default "3.6.3" if ADK_KERNEL_VERSION_3_6_3
+ default "3.7.3" if ADK_KERNEL_VERSION_3_7_3
help
choice