From: Peter Korsgaard Date: Sun, 13 Mar 2016 21:52:39 +0000 (+0100) Subject: configs: cubieboard2: correct genimage dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ade33ca5ae759e865c46e3879f348f3dc0e79a8;p=buildroot.git configs: cubieboard2: 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/cubieboard2_defconfig b/configs/cubieboard2_defconfig index 9511cba80d..a68c507388 100644 --- a/configs/cubieboard2_defconfig +++ b/configs/cubieboard2_defconfig @@ -25,5 +25,7 @@ BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Cubieboard2" BR2_TARGET_UBOOT_NEEDS_DTC=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin" +BR2_PACKAGE_HOST_DOSFSTOOLS=y BR2_PACKAGE_HOST_GENIMAGE=y +BR2_PACKAGE_HOST_MTOOLS=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y