tools: make padjffs2 depend on findutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37599 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
41e6994664
commit
6562d215fc
|
@ -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…
Reference in New Issue