[Buildroot] [PATCH 2/3] linux: fix option string for kernel 5.5.x

Peter Korsgaard peter at korsgaard.com
Thu Apr 2 18:58:00 UTC 2020


>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls at t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
 > ---
 >  package/linux-headers/Config.in.host                            | 2 +-
 >  .../toolchain-external-custom/Config.in.options                 | 2 +-

This change is not about linux?

 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
 > index 5c5a9b0330..b89605bbf7 100644
 > --- a/package/linux-headers/Config.in.host
 > +++ b/package/linux-headers/Config.in.host
 > @@ -132,7 +132,7 @@ choice
 >  	  in the choice, then select the latest version.
 
 >  config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_5
 > -	bool "5.5.x or later"
 > +	bool "5.5.x"

Why? We've used the .. or later text ever since:

commit 338e62bd5d23e843a4bf69c06a02681450e858ae
Author: Vincent Fazio <vfazio at xes-inc.com>
Date:   Wed Jan 15 19:29:07 2020 +0100

   toolchain: allow using custom headers newer than latest known ones

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list