dosfstools and busybox may each install mkfs.vfat, so dosfstools must be installed before busybox.
Signed-off-by: Markus Mayer <[email protected]> --- I hope I am using the dependency feature correctly. Based it on "attr" and "busybox". package/busybox/busybox.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 67b91500e955..e606068a90df 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -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) \ -- 2.17.1 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
