buildrootschalter/boot/grub
Thomas Petazzoni 4e0257bb90 grub: replace string option for filesystem selection by booleans
In 1cece2813b (grub: add option to
configure the list of supported filesystems), we introduced the
BR2_TARGET_GRUB_FS_SUPPORT option which allows to provide a
space-separated list of filesystems that Grub should support.

However, it turns out that this not very practical, because the
iso9660 filesystem logic in Buildroot should force the ISO9660 support
to be enabled in Grub, which is not easy to do with a string option.

Therefore, this patch changes this option from a string option to a
list of boolean option, one per filesystem supported.

A few useful details:

 - Since Grub legacy is dead, the list of filesystem, and therefore
   the number of options, will not grow.

 - We have only added options for filesystems that are likely to be
   used in an embedded Linux context. Filesystems such as VSTAfs,
   Minix, UFS2 or FFS2 are not supported.

 - There is no need to add some Config.in.legacy support for the
   previous option, since it was added after Buildroot 2013.11, and
   was therefore never part of an official Buildroot release.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2013-12-29 12:17:46 +01:00
..
Config.in grub: replace string option for filesystem selection by booleans 2013-12-29 12:17:46 +01:00
grub.100-autoreconf.patch bootloaders: move bootloader build code to boot/ 2010-06-10 21:05:12 +02:00
grub.200-fix_mbr_handling.patch bootloaders: move bootloader build code to boot/ 2010-06-10 21:05:12 +02:00
grub.300-honor_UCLIBC_HAS_LFS.patch bootloaders: move bootloader build code to boot/ 2010-06-10 21:05:12 +02:00
grub.400-nic_update2.patch grub: fix patch handling after AUTOTARGETS conversion 2011-08-26 07:16:23 +02:00
grub.mk grub: replace string option for filesystem selection by booleans 2013-12-29 12:17:46 +01:00
menu.lst grub: adjust splashimage in menu.lst depending on configuration 2013-12-01 23:44:07 +01:00
splash.xpm.gz grub: replace splash screen with a nicer Buildroot splash screen 2013-12-01 23:38:04 +01:00