mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-16 15:29:06 +01:00
tools: cbootimage: depend on automake
Fix missing aclocal reported by buildbot.
Fixes: 8595bb0 ("tools: add cbootimage for tegra")
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
parent
7f3facfce2
commit
f0be038897
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ $(curdir)/zlib/compile := $(curdir)/cmake/compile
|
|||
$(curdir)/wrt350nv2-builder/compile := $(curdir)/zlib/compile
|
||||
$(curdir)/lzma-old/compile := $(curdir)/zlib/compile
|
||||
$(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile
|
||||
$(curdir)/cbootimage/compile += $(curdir)/autoconf/compile
|
||||
$(curdir)/cbootimage/compile += $(curdir)/automake/compile
|
||||
|
||||
ifneq ($(HOST_OS),Linux)
|
||||
$(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue