configs: orangepipc: correct genimage dependencies
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 22:00:09 +0000 (23:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 13 Mar 2016 22:00:09 +0000 (23:00 +0100)
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>
configs/orangepipc_defconfig

index 3f1aaacd93a0bb222fb35f730207d64937dda878..eb149d9da0f79e96beb045892f92d1c9134ee10c 100644 (file)
@@ -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