summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-02 18:42:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-02 18:42:33 +0100
commit62cf4f1ab7f29f156dd399516e2301dc78fc9bb6 (patch)
treef3481a17dbdf7a5bb659efe0a40474873cf03092 /Config.in
parent52a49601ba47b77d93d4856f2ee01e55755905f1 (diff)
update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg
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 e0f969609..4b0424ef2 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_11_5
- prompt "3.11.5"
+config ADK_KERNEL_VERSION_3_11_10
+ prompt "3.11.10"
boolean
config ADK_KERNEL_VERSION_3_9_11
@@ -122,7 +122,7 @@ endchoice
config ADK_KERNEL_VERSION
string
- default "3.11.5" if ADK_KERNEL_VERSION_3_11_5
+ default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.9.11" if ADK_KERNEL_VERSION_3_9_11
default "3.4.65" if ADK_KERNEL_VERSION_3_4_65
help