summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-10-05 14:14:12 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-10-05 14:14:12 +0000
commit968a0c1ddbfd1bb397cc0865138a02319d79d871 (patch)
tree0152d8a862a765747bea89972be9a960a9507788 /tools/Makefile
parent69355ee10ed6f1f5815641ad0c58783d28cf37d0 (diff)
downloadmtk-20170518-968a0c1ddbfd1bb397cc0865138a02319d79d871.zip
mtk-20170518-968a0c1ddbfd1bb397cc0865138a02319d79d871.tar.gz
mtk-20170518-968a0c1ddbfd1bb397cc0865138a02319d79d871.tar.bz2
simplify old squashfs/lzma selection
SVN-Revision: 23244
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5a5c728..ac4d62c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,12 +19,9 @@ tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
tools-$(CONFIG_TARGET_x86) += qemu
-ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),)
tools-y += squashfs lzma-old
else
-ifneq ($(CONFIG_TARGET_ar71xx),)
-tools-y += squashfs lzma-old
-endif
tools-y += squashfs4 lzma
endif
tools-$(CONFIG_CCACHE) += ccache