diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-25 21:23:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-25 21:23:18 +0100 |
commit | f24dddde47ae6e1994235ac914b44e9e34c7552d (patch) | |
tree | 9acf47bf60e133a42ac31d12ddbdcdf586386357 /target/config/Config.in.kernelversion.choice | |
parent | 2b25cba095105b107d72a9d385e993af1959184f (diff) | |
parent | ed272f65099f12aa4c66feb57ea370eb67ea699d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config/Config.in.kernelversion.choice')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 806bf1d5e..f342376ff 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -5,10 +5,10 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING default ADK_KERNEL_VERSION_3_14_26 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 -default ADK_KERNEL_VERSION_3_17.5 +default ADK_KERNEL_VERSION_3_17.7 -config ADK_KERNEL_VERSION_3_17_5 - prompt "3.17.5" +config ADK_KERNEL_VERSION_3_17_7 + prompt "3.17.7" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX boolean select ADK_KERNEL_VERSION_3_17 |