package/busybox: add dependency on dosfstools
authorMarkus Mayer <mmayer@broadcom.com>
Mon, 3 Jun 2019 04:29:49 +0000 (21:29 -0700)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Jun 2019 06:12:49 +0000 (08:12 +0200)
dosfstools and busybox may each install mkfs.vfat, so dosfstools must
be installed before busybox.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/busybox/busybox.mk

index 67b91500e955b83a71e158b04030c241d3733149..e606068a90df91a4d51f3de04de123a4b41d1159 100644 (file)
@@ -32,6 +32,7 @@ BUSYBOX_DEPENDENCIES = \
        $(if $(BR2_PACKAGE_DEBIANUTILS),debianutils) \
        $(if $(BR2_PACKAGE_DIFFUTILS),diffutils) \
        $(if $(BR2_PACKAGE_DOS2UNIX),dos2unix) \
+       $(if $(BR2_PACKAGE_DOSFSTOOLS),dosfstools) \
        $(if $(BR2_PACKAGE_E2FSPROGS),e2fsprogs) \
        $(if $(BR2_PACKAGE_FBSET),fbset) \
        $(if $(BR2_PACKAGE_GAWK),gawk) \