[openwrt/openwrt] tools: fix firmware-utils depends
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 27 15:57:45 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b71affaf8bec62e3c12298b9ac399ef51cedcac7
commit b71affaf8bec62e3c12298b9ac399ef51cedcac7
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Tue Sep 27 15:35:41 2022 -0700
tools: fix firmware-utils depends
When firmware-utils was converted to use cmake, the dependency was not
updated.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index 3f505459e9..5b7eaf8cd3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -51,7 +51,7 @@ $(curdir)/expat/compile := $(curdir)/cmake/compile
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile
$(curdir)/fakeroot/compile := $(curdir)/libtool/compile
$(curdir)/findutils/compile := $(curdir)/bison/compile
-$(curdir)/firmware-utils/compile += $(curdir)/libressl/compile $(curdir)/zlib/compile
+$(curdir)/firmware-utils/compile += $(curdir)/cmake/compile $(curdir)/zlib/compile
$(curdir)/flex/compile := $(curdir)/libtool/compile
$(curdir)/gengetopt/compile := $(curdir)/libtool/compile
$(curdir)/gmp/compile := $(curdir)/libtool/compile
More information about the lede-commits
mailing list