From: Peter Korsgaard Date: Sun, 13 Mar 2016 22:01:36 +0000 (+0100) Subject: configs: pandaboard: correct genimage dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9c2006e31911611a077396b63d0da4ac8fd2055;p=buildroot.git configs: pandaboard: 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 --- diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig index 7ae1a5086f..3223d2bdba 100644 --- a/configs/pandaboard_defconfig +++ b/configs/pandaboard_defconfig @@ -26,3 +26,4 @@ BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="MLO" BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y +BR2_PACKAGE_HOST_MTOOLS=y