diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-09 19:23:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-09 19:23:36 +0200 |
commit | 34b153d419a68d87bec9a7bb7e9fc2ad86d72850 (patch) | |
tree | 2be53274df4dc4aa46aff3e05128d066dc4ca72f /target/config/Config.in.kernelversion | |
parent | f08bdfdd78ca58786ff1fecf867a88740325eb0d (diff) |
kernel: update to 4.5.3
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 48f86b11a..6ee1df9b3 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -10,10 +10,10 @@ 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" +config ADK_TARGET_KERNEL_VERSION_4_5_3 + bool "4.5.3" depends on !ADK_TARGET_BOARD_BCM28XX - select ADK_TARGET_KERNEL_VERSION_4_4 + select ADK_TARGET_KERNEL_VERSION_4_5 config ADK_TARGET_KERNEL_VERSION_4_4_8 bool "4.4.8" @@ -141,6 +141,9 @@ config ADK_TARGET_KERNEL_HASH help GIT hash to use. +config ADK_TARGET_KERNEL_VERSION_4_5 + bool + config ADK_TARGET_KERNEL_VERSION_4_4 bool |