diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 22:52:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-13 22:54:27 +0100 |
commit | 1ade33ca5ae759e865c46e3879f348f3dc0e79a8 (patch) | |
tree | 70569ccfd61ae1a911027d0b2395f4df6354a0cc | |
parent | f845aeb84212c3c03b2b9348be1897296c8e93e2 (diff) | |
download | buildroot-1ade33ca5ae759e865c46e3879f348f3dc0e79a8.tar.gz buildroot-1ade33ca5ae759e865c46e3879f348f3dc0e79a8.zip |
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 <peter@korsgaard.com>
-rw-r--r-- | configs/cubieboard2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |