summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-13 23:00:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-13 23:00:09 +0100
commita990616192b9d9d5bd6a43f163822b0b8d6555c2 (patch)
treea093ffb86a8b98915e96cd526e071f11c53ad21a /configs
parent0d4f278d75ebdde92a5ab06f66a896ce01e91b21 (diff)
downloadbuildroot-a990616192b9d9d5bd6a43f163822b0b8d6555c2.tar.gz
buildroot-a990616192b9d9d5bd6a43f163822b0b8d6555c2.zip
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 <peter@korsgaard.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/orangepipc_defconfig1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud