[Buildroot] [PATCH 82/84 RFC] boot/grub: use 'menuconfig'

Arnout Vandecappelle arnout at mind.be
Sat Jan 2 22:09:30 UTC 2016


On 25-12-15 22:25, Yann E. MORIN wrote:
> grub has more than 5 options, so use a 'menuconfig' to
> group the options in an sub-menu.

 Again, weird that grub has a menu and grub2 doesn't. Perhaps we should give
grub2 a menu as well.

 Regards,
 Arnout


> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> ---
>  boot/grub/Config.in | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
> 
> diff --git a/boot/grub/Config.in b/boot/grub/Config.in
> index 4db8642..3ae688f 100644
> --- a/boot/grub/Config.in
> +++ b/boot/grub/Config.in
> @@ -1,4 +1,4 @@
> -config BR2_TARGET_GRUB
> +menuconfig BR2_TARGET_GRUB
>  	bool "grub"
>  	depends on BR2_i386 || BR2_x86_64
>  	select BR2_HOSTARCH_NEEDS_IA32_COMPILER
> @@ -52,7 +52,7 @@ config BR2_TARGET_GRUB_DISKLESS
>  	help
>  	  enable diskless support
>  
> -menu "filesystem drivers"
> +comment "Filesystem drivers"
>  
>  config BR2_TARGET_GRUB_FS_EXT2
>  	bool "ext2"
> @@ -86,9 +86,7 @@ config BR2_TARGET_GRUB_FS_XFS
>  	help
>  	  Enable support for the XFS filesystem in Grub.
>  
> -endmenu
> -
> -menu "network drivers"
> +comment "Network drivers"
>  
>  config BR2_TARGET_GRUB_3c595
>  	bool "3Com595 driver"
> @@ -195,6 +193,4 @@ config BR2_TARGET_GRUB_w89c840
>  	help
>  	  enable Winbond W89c840 driver
>  
> -endmenu
> -
>  endif # BR2_TARGET_GRUB
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list