diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:30:59 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:30:59 -0500 |
commit | e0c1a232a942177fe01a8ffc9ffe1606d886bbd5 (patch) | |
tree | b9aed106f722df1eec15052b8fe91ab410094526 /target/config | |
parent | 9ee158604938d9abdc9110c7c8c6864fd63b80da (diff) |
update kernel to 4.0.5
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 6 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.default | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index 5332381b0..a83d2c0f4 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -4,7 +4,7 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING -default ADK_KERNEL_VERSION_4_0_4 +default ADK_KERNEL_VERSION_4_0_5 config ADK_KERNEL_VERSION_GIT bool "linux-git" @@ -13,8 +13,8 @@ config ADK_KERNEL_VERSION_4_1_0_RC5 bool "4.1.0rc5" select ADK_KERNEL_VERSION_4_1 -config ADK_KERNEL_VERSION_4_0_4 - bool "4.0.4" +config ADK_KERNEL_VERSION_4_0_5 + bool "4.0.5" select ADK_KERNEL_VERSION_4_0 config ADK_KERNEL_VERSION_3_18_14 diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index 3a81347d2..7782bce3d 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -31,7 +31,7 @@ config ADK_KERNEL_VERSION_2_6_32 config ADK_KERNEL_VERSION string default "4.1.0rc5" if ADK_KERNEL_VERSION_4_1_0_RC5 - default "4.0.4" if ADK_KERNEL_VERSION_4_0 + default "4.0.5" if ADK_KERNEL_VERSION_4_0 default "3.18.14" if ADK_KERNEL_VERSION_3_18_14 default "3.14.43" if ADK_KERNEL_VERSION_3_14_43 default "3.12.40" if ADK_KERNEL_VERSION_3_12_40 |