diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-12 05:50:47 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-12 05:50:47 +0000 |
commit | 4ff1e696bddd92daf5e88f9687c0619784ea4e60 (patch) | |
tree | d1ec9e6e9044d7f6dd37814a7c2047c733d9b03c /tools/Makefile | |
parent | ac0f793ae985db73caf99916336569c211a759f8 (diff) |
[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/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3b3f187c4..ce405e7ad 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 |