summaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-02 23:09:01 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-02 23:09:01 +0000
commit404851abe9fe9dbb95456b58a7219905d4f03c90 (patch)
treeeff25f65fc438e5e51da777a95349b9abfabc890 /tools/mtd-utils/Makefile
parent7f4e210d6fd3a0ff011ff4a80c21f52ba5331947 (diff)
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 3b807cd17..4763aad19 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)"