diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-17 00:57:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-17 00:57:47 +0000 |
commit | 9da8f2b2a0bfe1e39ab469769a7af9834fb706eb (patch) | |
tree | 5460808f59f540f4708fb4096a2641b2f20260b3 /tools/Makefile | |
parent | c1a929efbd997e6b88a9db317cf513dc9fd59497 (diff) | |
download | upstream-9da8f2b2a0bfe1e39ab469769a7af9834fb706eb.tar.gz upstream-9da8f2b2a0bfe1e39ab469769a7af9834fb706eb.tar.bz2 upstream-9da8f2b2a0bfe1e39ab469769a7af9834fb706eb.zip |
add the new lzma library (version 4.65), to be used for squashfs4
SVN-Revision: 15883
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index ebcbad4e78..1727072802 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,6 +17,7 @@ tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc +tools-dep += lzma # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma-old/install |