diff options
Diffstat (limited to 'target')
-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 |