From 418c3a2f90e409a7707b825d26d4bfaeb2913f3e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 28 Dec 2013 15:56:35 +0100 Subject: [PATCH] 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" --- fs/iso9660/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index 4c200c89b..50b437765 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