linux: bump default to version 4.5.2
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 20 Apr 2016 10:01:56 +0000 (07:01 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 20 Apr 2016 11:39:38 +0000 (13:39 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in

index 043b1472c0e25a24103cfa01aa1c340e6ca6c040..53994a812b6a79f94ba7ae8277ed336fa83e6b3a 100644 (file)
@@ -27,7 +27,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "4.5.1"
+       bool "4.5.2"
 
 config BR2_LINUX_KERNEL_CUSTOM_VERSION
        bool "Custom version"
@@ -110,7 +110,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.5.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "4.5.2" if BR2_LINUX_KERNEL_LATEST_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
                if BR2_LINUX_KERNEL_CUSTOM_VERSION
        default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL