linux: bump default to version 4.10.1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 2 Mar 2017 12:33:57 +0000 (09:33 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Mar 2017 22:49:31 +0000 (23:49 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index 890b8483e1d1251251674bc1c978f54a7593af8d..1707f7dc441d332e8778637a65e9e36ec578c698 100644 (file)
@@ -26,7 +26,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.10)"
+       bool "Latest version (4.10.1)"
 
 config BR2_LINUX_KERNEL_CUSTOM_VERSION
        bool "Custom version"
@@ -97,7 +97,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.10" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "4.10.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