summaryrefslogtreecommitdiff
path: root/tools/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/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/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 29e7333..8bb1908 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -47,7 +47,7 @@ $(curdir)/mpc/compile := $(curdir)/mpfr/install $(curdir)/gmp/install
$(curdir)/mpfr/compile := $(curdir)/gmp/install
$(curdir)/ppl/compile := $(curdir)/gmp/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
-$(curdir)/mtd-utils/compile := $(curdir)/e2fsprogs/install
+$(curdir)/mtd-utils/compile := $(curdir)/e2fsprogs/install $(curdir)/xz/install
$(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/qemu/compile := $(curdir)/e2fsprogs/install
$(curdir)/upslug2/compile := $(curdir)/automake/install