From: Daniel Dickinson Date: Sun, 12 Dec 2010 05:50:47 +0000 (+0000) Subject: Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma) X-Git-Tag: reboot~18094 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2fb0b04bdd6e1875b9edc0205210fc23a87ca027;p=openwrt%2Fopenwrt.git Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma) SVN-Revision: 24513 --- 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