summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-09 16:54:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-09 16:54:06 +0200
commitbaad00174d0e9c68e31e0d06e60a7979a39dc6eb (patch)
tree3b394e58cd1da9141a4e533fc4126e37ac3cb1c7 /Config.in
parenta61beceb0d5a3bda0301904c8807d12a85529281 (diff)
make a bootable system configuration for raspberry pi
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 9a9ea5901..8527383b0 100644
--- a/Config.in
+++ b/Config.in
@@ -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_9_8
- prompt "3.9.8"
+config ADK_KERNEL_VERSION_3_9_9
+ prompt "3.9.9"
boolean
config ADK_KERNEL_VERSION_3_4_51
@@ -118,7 +118,7 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.9.8" if ADK_KERNEL_VERSION_3_9_8
+ default "3.9.9" if ADK_KERNEL_VERSION_3_9_9
default "3.4.51" if ADK_KERNEL_VERSION_3_4_51
help