[Buildroot] [PATCH v2 3/6] linux/Config.in: add kernel.org URL as BR2_LINUX_KERNEL_LATEST_VERSION help
Arnout Vandecappelle
arnout at rnout.be
Tue May 5 19:45:01 UTC 2026
On 26/04/2026 17:33, Fiona Klute via buildroot wrote:
> This makes it the first URL in the file, so it shows up correctly in
> pkg-stats output.
>
> Signed-off-by: Fiona Klute <fiona.klute at gmx.de>
> ---
> linux/Config.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index 8633ddbc82..1104902b4b 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -33,6 +33,8 @@ config BR2_LINUX_KERNEL_LATEST_VERSION
> # mips always generates an ITB image
> select BR2_PACKAGE_HOST_UBOOT_TOOLS if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
> select BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
> + help
> + https://www.kernel.org/
I don't see any reason to put it here rather than in the top-level option
BR2_LINUX_KERNEL. So I did change that and put it there (and stripped most of
the commit message).
Regards,
Arnout
>
> config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
> bool "Latest CIP SLTS version (5.10.246-cip66)"
More information about the buildroot
mailing list