summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-19 14:52:06 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-19 14:52:06 +0100
commitff00cdac1c5bdbe4159b081e291717d6349da941 (patch)
tree7da7f70be10d3b27452fa76d90d0bb7fb62c61f8 /target/config
parentee0a8b0fb0aa82ff6bbf04990ed74916c1b5f709 (diff)
update to latest stable linux kernel
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 b407590e5..3325d6415 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_28 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
-default ADK_KERNEL_VERSION_3_18.2
+default ADK_KERNEL_VERSION_3_18.3
-config ADK_KERNEL_VERSION_3_18_2
- prompt "3.18.2"
+config ADK_KERNEL_VERSION_3_18_3
+ prompt "3.18.3"
depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
boolean
select ADK_KERNEL_VERSION_3_18
diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default
index 1f968c460..fbe402171 100644
--- a/target/config/Config.in.kernelversion.default
+++ b/target/config/Config.in.kernelversion.default
@@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4
config ADK_KERNEL_VERSION
string
- default "3.18.2" if ADK_KERNEL_VERSION_3_18_2
+ default "3.18.3" if ADK_KERNEL_VERSION_3_18_3
default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
default "3.12.33" if ADK_KERNEL_VERSION_3_12_33
default "3.10.53" if ADK_KERNEL_VERSION_3_10_53