mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 22:13:34 +08:00
configs: galileo: 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>
This commit is contained in:
parent
1ade33ca5a
commit
0d4f278d75
@ -20,5 +20,6 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
BR2_TARGET_GRUB2=y
|
||||
BR2_TARGET_GRUB2_I386_EFI=y
|
||||
BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
||||
BR2_PACKAGE_HOST_GENIMAGE=y
|
||||
BR2_PACKAGE_HOST_MTOOLS=y
|
||||
|
Loading…
Reference in New Issue
Block a user