diff options
| author | Felix Fietkau <nbd@nbd.name> | 2016-10-12 12:25:12 +0200 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2016-10-12 12:25:27 +0200 |
| commit | b306f8254f5c03d0d73bacb20255c96752fc7748 (patch) | |
| tree | 53405ea1967b5782e95415297fdb1d02f30e2d8f | |
| parent | 5f0965f8d26a83df8c8bac192798ff86753557d6 (diff) | |
| download | upstream-b306f8254f5c03d0d73bacb20255c96752fc7748.tar.gz upstream-b306f8254f5c03d0d73bacb20255c96752fc7748.tar.bz2 upstream-b306f8254f5c03d0d73bacb20255c96752fc7748.zip | |
tools: add missing dependency for dosfstools
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1c84d46b5ba..4bfe4af9072 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -79,6 +79,7 @@ $(curdir)/bc/compile := $(curdir)/bison/install $(curdir)/findutils/compile := $(curdir)/bison/install $(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install +$(curdir)/dosfstools/compile := $(curdir)/autoconf/install $(curdir)/automake/install ifeq ($(HOST_OS),Darwin) tools-y += libressl $(curdir)/mkimage/compile += $(curdir)/libressl/install |
