[openwrt/openwrt] tools: fix firmware-utils depends
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 20 15:39:38 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/e4a70c96d914963ad34a3877d5e3e314b6195adf
commit e4a70c96d914963ad34a3877d5e3e314b6195adf
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>
(cherry picked from commit b71affaf8bec62e3c12298b9ac399ef51cedcac7)
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile b/tools/Makefile
index 20a8e3f71e..e1c4291356 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -49,7 +49,7 @@ $(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/co
$(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