From: Vivien Didelot Date: Tue, 19 Apr 2016 20:52:32 +0000 (-0400) Subject: linux: explicit latest kernel version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42f22d687d021f8f0ca6c6f444fc772f451000eb;p=buildroot.git linux: explicit latest kernel version When setting BR2_LINUX_KERNEL_LATEST_VERSION, it is hard for the user to know that this version is subject to change in the future. Explicit this in the Kconfig entry text. Signed-off-by: Vivien Didelot Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/linux/Config.in b/linux/Config.in index 53994a812b..ef93489602 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -27,7 +27,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "4.5.2" + bool "Latest version (4.5.2)" config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version"