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.default2
2 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
index d2cbeb18e..3fc342096 100644
--- a/target/config/Config.in.kernelversion.choice
+++ b/target/config/Config.in.kernelversion.choice
@@ -4,14 +4,14 @@
choice
prompt "Kernel Version"
depends on ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_3_18_6
+default ADK_KERNEL_VERSION_3_18_8
config ADK_KERNEL_VERSION_3_19_0
bool "3.19"
select ADK_KERNEL_VERSION_3_19
-config ADK_KERNEL_VERSION_3_18_6
- bool "3.18.6"
+config ADK_KERNEL_VERSION_3_18_8
+ bool "3.18.8"
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
depends on !ADK_TARGET_ARCH_NIOS2
select ADK_KERNEL_VERSION_3_18
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index ca7eda996..f231d180a 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -28,7 +28,7 @@ config ADK_KERNEL_VERSION_2_6_32
config ADK_KERNEL_VERSION
string
default "3.19" if ADK_KERNEL_VERSION_3_19_0
- default "3.18.6" if ADK_KERNEL_VERSION_3_18_6
+ default "3.18.8" if ADK_KERNEL_VERSION_3_18_8
default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
default "3.12.37" if ADK_KERNEL_VERSION_3_12_37
default "3.10.53" if ADK_KERNEL_VERSION_3_10_53