mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-13 18:49:06 +01:00
tools: make padjffs2 depend on findutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37599
This commit is contained in:
parent
cc26f768e4
commit
80dd55228e
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ $(curdir)/e2fsprogs/compile := $(curdir)/automake/install
|
|||
$(curdir)/libelf/compile := $(curdir)/automake/install
|
||||
$(curdir)/sdcc/compile := $(curdir)/bison/install
|
||||
$(curdir)/b43-tools/compile := $(curdir)/bison/install
|
||||
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
|
||||
|
||||
ifneq ($(CONFIG_CCACHE),)
|
||||
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue