From: Peter Korsgaard Date: Sun, 13 Mar 2016 22:00:09 +0000 (+0100) Subject: configs: orangepipc: correct genimage dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a990616192b9d9d5bd6a43f163822b0b8d6555c2;p=buildroot.git configs: orangepipc: 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/orangepipc_defconfig b/configs/orangepipc_defconfig index 3f1aaacd93..eb149d9da0 100644 --- a/configs/orangepipc_defconfig +++ b/configs/orangepipc_defconfig @@ -30,4 +30,5 @@ BR2_TARGET_UBOOT_FORMAT_CUSTOM=y BR2_TARGET_UBOOT_FORMAT_CUSTOM_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