[Buildroot] [PATCH v2 01/11] package: elf2flt: fix config menu entry description

Alistair Francis alistair23 at gmail.com
Mon May 30 10:03:48 UTC 2022


On Mon, May 30, 2022 at 1:38 PM Damien Le Moal via buildroot
<buildroot at buildroot.org> wrote:
>
> From: Damien Le Moal <damien.lemoal at wdc.com>
>
> Keep the same style as other config menu entries by removing the
> question mark at the end of the elf2flt enable config option
> description.
>
> Signed-off-by: Damien Le Moal <damien.lemoal at wdc.com>
> Reviewed-by: Niklas Cassel <niklas.cassel at wdc.com>

Reviewed-by: Alistair Francis <alistair.francis at wdc.com>

Alistair

> ---
>  package/elf2flt/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/elf2flt/Config.in.host b/package/elf2flt/Config.in.host
> index 2bab0095c2..339ed06b40 100644
> --- a/package/elf2flt/Config.in.host
> +++ b/package/elf2flt/Config.in.host
> @@ -1,5 +1,5 @@
>  config BR2_PACKAGE_HOST_ELF2FLT
> -       bool "Enable elf2flt support?"
> +       bool "Enable elf2flt support"
>         depends on BR2_arm || BR2_sh || BR2_sparc || BR2_xtensa || BR2_RISCV_64
>         depends on !BR2_USE_MMU
>         help
> --
> 2.36.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot



More information about the buildroot mailing list