From: Jo-Philipp Wich Date: Wed, 6 Oct 2010 22:34:35 +0000 (+0000) Subject: reenable squashfs4 for ar71xx, it needs both old and new X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b826e42476dba4068234f4ea468b9c3e47c77293;p=lede.git reenable squashfs4 for ar71xx, it needs both old and new SVN-Revision: 23281 --- diff --git a/tools/Makefile b/tools/Makefile index 5c6a499a6e..91e980e554 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,7 +21,8 @@ tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),) tools-y += squashfs lzma-old -else +endif +ifeq ($(CONFIG_LINUX_2_6_25),) tools-y += squashfs4 lzma endif tools-$(CONFIG_CCACHE) += ccache