diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-12-12 05:50:47 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-12-12 05:50:47 +0000 |
commit | 92e72141219b159bfdcd82ef6c8f0b714a5bf673 (patch) | |
tree | d1ec9e6e9044d7f6dd37814a7c2047c733d9b03c /tools | |
parent | b30b5da7622866f3765fed1b97a2a4f8d754b6be (diff) | |
download | upstream-92e72141219b159bfdcd82ef6c8f0b714a5bf673.tar.gz upstream-92e72141219b159bfdcd82ef6c8f0b714a5bf673.tar.bz2 upstream-92e72141219b159bfdcd82ef6c8f0b714a5bf673.zip |
[tools] Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24513 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3b3f187c4d..ce405e7adb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,9 +21,9 @@ tools-y += xorg-macros xz tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_TARGET_ar71xx),) -tools-y += squashfs lzma-old +tools-y += lzma-old squashfs endif -tools-y += squashfs4 lzma +tools-y += lzma squashfs4 tools-$(CONFIG_CCACHE) += ccache ifdef CONFIG_GCC_USE_GRAPHITE |