]> Git Repo - buildroot-mgba.git/commitdiff
linux: bump default to version 4.8.5
authorGustavo Zacarias <[email protected]>
Fri, 28 Oct 2016 22:15:57 +0000 (19:15 -0300)
committerThomas Petazzoni <[email protected]>
Sat, 29 Oct 2016 13:40:21 +0000 (15:40 +0200)
Signed-off-by: Gustavo Zacarias <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
linux/Config.in

index df8baf5f953dc07ce516a5888503f9af049b5523..268516f8e1f466774ddfdbad79486ad65ad87ba2 100644 (file)
@@ -26,7 +26,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.8.4)"
+       bool "Latest version (4.8.5)"
 
 config BR2_LINUX_KERNEL_CUSTOM_VERSION
        bool "Custom version"
@@ -97,7 +97,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.8.4" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "4.8.5" 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
This page took 0.033715 seconds and 4 git commands to generate.