kumquat-buildroot/boot
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
..
at91bootstrap Normalize separator size to 80 2013-06-07 10:54:54 +02:00
at91bootstrap3 Normalize separator size to 80 2013-06-07 10:54:54 +02:00
at91dataflashboot Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
barebox barebox: bump to version 2013.12.0 2013-12-06 15:22:17 +01:00
boot-wrapper-aarch64 Config.in files: unification of comments about dependency on Linux kernel 2013-12-15 16:24:36 +01:00
grub grub: replace string option for filesystem selection by booleans 2013-12-29 12:17:46 +01:00
lpc32xxcdl Normalize separator size to 80 2013-06-07 10:54:54 +02:00
mxs-bootlets Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
syslinux Config.in files: use if/endif instead of 'depends on' for main symbol 2013-12-25 12:21:39 +01:00
uboot uboot: support -r option for mkenvimage 2013-12-12 23:20:35 +01:00
xloader Normalize separator size to 80 2013-06-07 10:54:54 +02:00
common.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00
Config.in boot-wrapper-aarch64: new package 2012-11-02 21:10:18 +01:00