linux: bump default to version 4.5.1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 12 Apr 2016 17:32:24 +0000 (14:32 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Apr 2016 21:20:47 +0000 (23:20 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in

index 9f0267d13191534fa7fdcae0580f73ac20450733..043b1472c0e25a24103cfa01aa1c340e6ca6c040 100644 (file)
@@ -27,7 +27,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "4.5"
+       bool "4.5.1"
 
 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" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "4.5.1" 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