From: Thomas Petazzoni Date: Sat, 28 Dec 2013 14:56:35 +0000 (+0100) Subject: fs/iso9660: select ISO9660 support in Grub X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=418c3a2f90e409a7707b825d26d4bfaeb2913f3e;p=buildroot.git fs/iso9660: select ISO9660 support in Grub The fs/iso9660 logic assumes that the Grub bootloader is used. Therefore, it should make sure that Grub is configured with the support for the ISO9660 filesystem. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" --- diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index 4c200c89bf..50b437765a 100644 --- a/fs/iso9660/Config.in +++ b/fs/iso9660/Config.in @@ -4,6 +4,7 @@ config BR2_TARGET_ROOTFS_ISO9660 depends on BR2_LINUX_KERNEL select BR2_TARGET_ROOTFS_CPIO select BR2_TARGET_GRUB + select BR2_TARGET_GRUB_FS_ISO9660 help Build a bootable iso9660 image