summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-02 11:19:24 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-02 11:19:24 +0100
commitd06f6986779f3e8c46762d8e26b704264ecfb66f (patch)
tree43d8215c1fc42171cf1eee7aea1f211aea4253c8 /target/config
parent186658b5f1b1abc823e909e0f9825693b8d44876 (diff)
update to linux kernel 3.18.5, refresh raspberry patch set
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 e99e94b0d..47259f4ab 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.4
+default ADK_KERNEL_VERSION_3_18.5
-config ADK_KERNEL_VERSION_3_18_4
- prompt "3.18.4"
+config ADK_KERNEL_VERSION_3_18_5
+ prompt "3.18.5"
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 7c5b27710..cf2cb7db3 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.4" if ADK_KERNEL_VERSION_3_18_4
+ default "3.18.5" if ADK_KERNEL_VERSION_3_18_5
default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
default "3.12.36" if ADK_KERNEL_VERSION_3_12_36
default "3.10.53" if ADK_KERNEL_VERSION_3_10_53