linux: bump defaut to version 4.5.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 5 May 2016 18:47:19 +0000 (15:47 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 May 2016 20:19:13 +0000 (22:19 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index ef9348960270ce3ff244ba699bea6002d8f9f567..306405bf20a3da6ebee8a8e0f83681a6b017c35e 100644 (file)
@@ -27,7 +27,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.5.2)"
+       bool "Latest version (4.5.3)"
 
 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.2" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "4.5.3" 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