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 | efa8655f20c29df2755e4e01520e3c86a450c28c (patch) | |
tree | a2a8ff7b24fff058e0cbc01cba6920d967b1dfc7 /tools/Makefile | |
parent | e3667594fb5a8ef407e756a335961caf4196d278 (diff) | |
download | upstream-efa8655f20c29df2755e4e01520e3c86a450c28c.tar.gz upstream-efa8655f20c29df2755e4e01520e3c86a450c28c.tar.bz2 upstream-efa8655f20c29df2755e4e01520e3c86a450c28c.zip |
add the new lzma library (version 4.65), to be used for squashfs4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15883 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |