summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-13 22:56:05 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-13 22:56:05 +0100
commit0d4f278d75ebdde92a5ab06f66a896ce01e91b21 (patch)
tree82777ad765c44c7ba95a474a2fd82446b82b93d5 /configs
parent1ade33ca5ae759e865c46e3879f348f3dc0e79a8 (diff)
downloadbuildroot-0d4f278d75ebdde92a5ab06f66a896ce01e91b21.tar.gz
buildroot-0d4f278d75ebdde92a5ab06f66a896ce01e91b21.zip
configs: galileo: correct genimage dependencies
The genimage configuration creates a vfat filesystem, so ensure we have dosfstools / mtools built for the host. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index ba8f62f177..9334266b1e 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -20,5 +20,6 @@ BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_GRUB2=y
BR2_TARGET_GRUB2_I386_EFI=y
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
BR2_PACKAGE_HOST_MTOOLS=y
OpenPOWER on IntegriCloud