diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-05 22:58:47 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-05 22:59:08 -0600 |
commit | a594f0396e24e51b70795514cc359e3de4982032 (patch) | |
tree | 31c12dec250db30d62e85ea8aa052937f18f8bba /target/config | |
parent | 2bacd499f700eb384f195629d3cc87cd2fd461d2 (diff) |
bump kernel to 3.17.4
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 8 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.default | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 4ea43d591..9d1af6b8c 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -5,13 +5,13 @@ choice prompt "Kernel Version" depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_3_14_22 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 -default ADK_KERNEL_VERSION_3_16_6 +default ADK_KERNEL_VERSION_3_17.4 -config ADK_KERNEL_VERSION_3_16_6 - prompt "3.16.6" +config ADK_KERNEL_VERSION_3_17_4 + prompt "3.17.4" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX boolean - select ADK_KERNEL_VERSION_3_16 + select ADK_KERNEL_VERSION_3_17 config ADK_KERNEL_VERSION_3_14_22 prompt "3.14.22" diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index d02b41730..9209c4527 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -1,7 +1,7 @@ # 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_3_16 +config ADK_KERNEL_VERSION_3_17 boolean config ADK_KERNEL_VERSION_3_14 @@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4 config ADK_KERNEL_VERSION string - default "3.16.6" if ADK_KERNEL_VERSION_3_16_6 + default "3.17.4" if ADK_KERNEL_VERSION_3_17_4 default "3.14.22" if ADK_KERNEL_VERSION_3_14_22 default "3.12.33" if ADK_KERNEL_VERSION_3_12_33 default "3.10.53" if ADK_KERNEL_VERSION_3_10_53 |