diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 23:09:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-02 23:09:01 +0000 |
commit | 6226ca17cf082032c43a94829e68aa5d06274696 (patch) | |
tree | eff25f65fc438e5e51da777a95349b9abfabc890 /tools/Makefile | |
parent | 3b55ead1ecded0269b7b3278220515a1f06a03ec (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 29e73335ae..8bb1908fe3 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 |