summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-24 15:57:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-24 15:58:17 +0200
commit839ae24b726ab65e1c4cff172f29e24e9f3ee5cd (patch)
tree99fbab12092272b682af7d8543dac75fe384940f /Config.in
parent1cdf2e2c8aba5b396e75453e921a2a2d84b1a73e (diff)
update 3.13 kernel, add raspberry patches
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 5cc7f0526..f4457a8aa 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.13.7"
+ prompt "3.13.11"
boolean
depends on ADK_TOOLCHAIN_ONLY
@@ -111,8 +111,8 @@ config ADK_KERNEL_VERSION_3_14_1
prompt "3.14.1"
boolean
-config ADK_KERNEL_VERSION_3_13_7
- prompt "3.13.7"
+config ADK_KERNEL_VERSION_3_13_11
+ prompt "3.13.11"
boolean
config ADK_KERNEL_VERSION_3_12_14
@@ -129,6 +129,7 @@ config ADK_KERNEL_VERSION_3_10_36
config ADK_KERNEL_VERSION_3_4_84
prompt "3.4.84"
+ depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
boolean
endchoice
@@ -136,7 +137,7 @@ endchoice
config ADK_KERNEL_VERSION
string
default "3.14.1" if ADK_KERNEL_VERSION_3_14_1
- default "3.13.7" if ADK_KERNEL_VERSION_3_13_7
+ default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
default "3.12.14" if ADK_KERNEL_VERSION_3_12_14
default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
default "3.10.36" if ADK_KERNEL_VERSION_3_10_36