summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelversion.choice6
-rw-r--r--target/config/Config.in.kernelversion.default13
-rw-r--r--target/config/Config.in.toolchain4
3 files changed, 12 insertions, 11 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
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index 28f1560e4..caf81f762 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -2,26 +2,27 @@
# material, please see the LICENCE file in the top-level directory.
config ADK_KERNEL_VERSION_3_17
- boolean
+ bool
config ADK_KERNEL_VERSION_3_14
- boolean
+ bool
config ADK_KERNEL_VERSION_3_12
- boolean
+ bool
config ADK_KERNEL_VERSION_3_10
- boolean
+ bool
config ADK_KERNEL_VERSION_3_4
- boolean
+ bool
config ADK_KERNEL_VERSION
string
- default "3.17.4" if ADK_KERNEL_VERSION_3_17_4
+ default "3.17.7" if ADK_KERNEL_VERSION_3_17_7
default "3.14.26" if ADK_KERNEL_VERSION_3_14_26
default "3.12.33" if ADK_KERNEL_VERSION_3_12_33
default "3.10.53" if ADK_KERNEL_VERSION_3_10_53
default "3.4.103" if ADK_KERNEL_VERSION_3_4_103
help
+ Kernel Version.
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 487992834..80d70b3a4 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -33,8 +33,8 @@ config ADK_TOOLCHAIN_GCC_4_8_0_ARC
boolean
depends on ADK_TARGET_ARCH_ARC
-config ADK_TOOLCHAIN_GCC_4_8_3
- prompt "4.8.3"
+config ADK_TOOLCHAIN_GCC_4_8_4
+ prompt "4.8.4"
boolean
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_AARCH64