summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-03-02 19:16:19 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-03-02 19:16:19 +0100
commit4a619c92b7a63e852a019186ece93a76eeea4acf (patch)
tree8729e815428c9d78fd18bb42370b83fe5246949a /Config.in
parent11ffcbcd559f63d5842d1c37aa2cd27fa8561ea6 (diff)
update kernel
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index 03dfb9f70..1cb16dd3d 100644
--- a/Config.in
+++ b/Config.in
@@ -106,15 +106,15 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_7_3
- prompt "3.7.3"
+config ADK_KERNEL_VERSION_3_8_1
+ prompt "3.8.1"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.7.3" if ADK_KERNEL_VERSION_3_7_3
+ default "3.8.1" if ADK_KERNEL_VERSION_3_8_1
help
choice