diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-02 22:57:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-02 22:57:28 +0200 |
commit | 1e9ab9d54c9fdafd37cfcedd8f273b28cd3a6ae4 (patch) | |
tree | a85c366a3b3e7adffd0582ccf7e1a8934f640ead /target/config/Config.in.kernelversion | |
parent | 9af3bf5e16b93c8847d499598c96327dd079ab83 (diff) |
kernel: add 4.5.2
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index daaa0988a..832fdf935 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -11,6 +11,11 @@ default ADK_TARGET_KERNEL_VERSION_4_4_8 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" +config ADK_TARGET_KERNEL_VERSION_4_5_2 + bool "4.5.2" + depends on !ADK_TARGET_BOARD_BCM28XX + select ADK_TARGET_KERNEL_VERSION_4_4 + config ADK_TARGET_KERNEL_VERSION_4_4_8 bool "4.4.8" depends on !ADK_TARGET_BOARD_BCM28XX |