[Buildroot] [git commit] configs: orangepipc: correct genimage dependencies

Peter Korsgaard peter at korsgaard.com
Sun Mar 13 22:00:09 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=a990616192b9d9d5bd6a43f163822b0b8d6555c2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The genimage configuration creates a vfat filesystem, so ensure we have
dosfstools / mtools built for the host.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/orangepipc_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/orangepipc_defconfig b/configs/orangepipc_defconfig
index 3f1aaac..eb149d9 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


More information about the buildroot mailing list