summaryrefslogtreecommitdiff
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
commitc503f44f9c3f83ade5fee71907bca2adc7ae7faf (patch)
tree11627d92ed84b338bfe5a4df8aff6ada57d13dd2 /tools/mtd-utils/Makefile
parent632db63ed0014b1980963391aab1dc64fff790e8 (diff)
downloadmtk-20170518-c503f44f9c3f83ade5fee71907bca2adc7ae7faf.zip
mtk-20170518-c503f44f9c3f83ade5fee71907bca2adc7ae7faf.tar.gz
mtk-20170518-c503f44f9c3f83ade5fee71907bca2adc7ae7faf.tar.bz2
tools/mtd-utils: add XZ compression support to mkfs.ubifs
SVN-Revision: 30795
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 3b807cd..4763aad 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)"