summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.kernelversion.choice8
-rw-r--r--target/config/Config.in.kernelversion.default4
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
index f342376ff..95fc3ffba 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_TARGET_KERNEL_CUSTOMISING
default ADK_KERNEL_VERSION_3_14_26 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_KERNEL_VERSION_3_17.7
+default ADK_KERNEL_VERSION_3_18.2
-config ADK_KERNEL_VERSION_3_17_7
- prompt "3.17.7"
+config ADK_KERNEL_VERSION_3_18_2
+ prompt "3.18.2"
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
boolean
- select ADK_KERNEL_VERSION_3_17
+ select ADK_KERNEL_VERSION_3_18
config ADK_KERNEL_VERSION_3_14_26
prompt "3.14.26"
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index caf81f762..a74e0796f 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_17
+config ADK_KERNEL_VERSION_3_18
bool
config ADK_KERNEL_VERSION_3_14
@@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4
config ADK_KERNEL_VERSION
string
- default "3.17.7" if ADK_KERNEL_VERSION_3_17_7
+ default "3.18.2" if ADK_KERNEL_VERSION_3_18_2
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