summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion.default
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-02 23:12:07 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-02 23:12:07 +0200
commit231c256c60513e21ccbdf59490ab9ccec1cf4cfc (patch)
tree12c88dc409d9ea9e6188d18b261890ef33388451 /target/config/Config.in.kernelversion.default
parent797d8166b79d3f2dc06922222aa36d0e39aae8f2 (diff)
parenta8428de05cd6ad86dba8444de78a64294d4ddb5e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.kernelversion.default')
-rw-r--r--target/config/Config.in.kernelversion.default16
1 files changed, 10 insertions, 6 deletions
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index fe59760e9..813b7b0db 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -1,6 +1,9 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+config ADK_KERNEL_VERSION_4_0
+ bool
+
config ADK_KERNEL_VERSION_3_19
bool
@@ -27,12 +30,13 @@ config ADK_KERNEL_VERSION_2_6_32
config ADK_KERNEL_VERSION
string
- default "3.19.1" if ADK_KERNEL_VERSION_3_19_1
- default "3.18.10" if ADK_KERNEL_VERSION_3_18_10
- default "3.14.35" if ADK_KERNEL_VERSION_3_14_35
- default "3.12.38" if ADK_KERNEL_VERSION_3_12_38
- default "3.10.71" if ADK_KERNEL_VERSION_3_10_71
- default "3.4.106" if ADK_KERNEL_VERSION_3_4_106
+ default "4.0.1" if ADK_KERNEL_VERSION_4_0
+ default "3.19.5" if ADK_KERNEL_VERSION_3_19_5
+ default "3.18.12" if ADK_KERNEL_VERSION_3_18_12
+ default "3.14.40" if ADK_KERNEL_VERSION_3_14_40
+ default "3.12.40" if ADK_KERNEL_VERSION_3_12_40
+ default "3.10.75" if ADK_KERNEL_VERSION_3_10_75
+ default "3.4.107" if ADK_KERNEL_VERSION_3_4_107
default "3.2.68" if ADK_KERNEL_VERSION_3_2_68
default "2.6.32.65" if ADK_KERNEL_VERSION_2_6_32_65
help