projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0965f
)
tools: add missing dependency for dosfstools
author
Felix Fietkau
<nbd@nbd.name>
Wed, 12 Oct 2016 10:25:12 +0000
(12:25 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 12 Oct 2016 10:25:27 +0000
(12:25 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 1c84d46b5ba2d666f4c7d92565c939dd9a027c1e..4bfe4af9072f7e84e9c0864f1a9c633d84462b20 100644
(file)
--- 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