]> Git Repo - buildroot-mgba.git/blobdiff - linux/Config.in
linux: bump default to version 4.15.1
[buildroot-mgba.git] / linux / Config.in
index b654b5d981e57e562336560980aca82add18d1d0..1bc817129110e0859e32d05a16643e3a4f06f3c2 100644 (file)
@@ -26,10 +26,10 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (4.12.4)"
+       bool "Latest version (4.15)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
-       bool "Latest CIP SLTS version (v4.4.75-cip6)"
+       bool "Latest CIP SLTS version (v4.4.112-cip18)"
        help
          CIP launched in the spring of 2016 to address the needs of
          organizations in industries such as power generation and
@@ -116,8 +116,8 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "4.12.4" if BR2_LINUX_KERNEL_LATEST_VERSION
-       default "v4.4.75-cip6" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
+       default "4.15.1" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "v4.4.112-cip18" if BR2_LINUX_KERNEL_LATEST_CIP_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.025385 seconds and 4 git commands to generate.