aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-02 23:09:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-03-02 23:09:01 +0000
commit6226ca17cf082032c43a94829e68aa5d06274696 (patch)
treeeff25f65fc438e5e51da777a95349b9abfabc890 /tools/mtd-utils/Makefile
parent3b55ead1ecded0269b7b3278220515a1f06a03ec (diff)
downloadupstream-6226ca17cf082032c43a94829e68aa5d06274696.tar.gz
upstream-6226ca17cf082032c43a94829e68aa5d06274696.tar.bz2
upstream-6226ca17cf082032c43a94829e68aa5d06274696.zip
tools/mtd-utils: add XZ compression support to mkfs.ubifs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtd-utils/Makefile')
-rw-r--r--tools/mtd-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index 3b807cd17c..4763aad191 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -29,6 +29,7 @@ endif
MTD_MAKEOPTS = \
CFLAGS="$(CFLAGS)" \
WITHOUT_LZO=1 WITHOUT_XATTR=1 \
+ LZMA_STATIC_LIB="$(STAGING_DIR_HOST)/lib/liblzma.a" \
SUBDIRS="" \
BUILDDIR="$(HOST_BUILD_DIR)"