summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-17 00:57:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-17 00:57:52 +0000
commitbc152ef2c51f23916fe442924b430ad441b9d886 (patch)
treea36548da1951e27ae2afbdf5c3f0614492d6bc21 /tools/Makefile
parent9da8f2b2a0bfe1e39ab469769a7af9834fb706eb (diff)
downloadmtk-20170518-bc152ef2c51f23916fe442924b430ad441b9d886.zip
mtk-20170518-bc152ef2c51f23916fe442924b430ad441b9d886.tar.gz
mtk-20170518-bc152ef2c51f23916fe442924b430ad441b9d886.tar.bz2
squashfs4: add lzma support (kernel support still missing)
SVN-Revision: 15884
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 1727072..47b5a6a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -21,6 +21,7 @@ tools-dep += lzma
# builddir dependencies
$(curdir)/squashfs/compile := $(curdir)/lzma-old/install
+$(curdir)/squashfs4/compile := $(curdir)/lzma/install
$(curdir)/quilt/compile := $(curdir)/sed/install
$(curdir)/dtc/compile := $(curdir)/bison/install
$(curdir)/autoconf/compile := $(curdir)/m4/install