aboutsummaryrefslogtreecommitdiffstats
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
commit9cf7ac119960321d8284071f5c193004291d5622 (patch)
tree63cc374d016d60421b6064030af7eb633e0eef22 /tools/Makefile
parente3647801e9ef6f5267e1ef78302df6783d707981 (diff)
downloadmaster-187ad058-9cf7ac119960321d8284071f5c193004291d5622.tar.gz
master-187ad058-9cf7ac119960321d8284071f5c193004291d5622.tar.bz2
master-187ad058-9cf7ac119960321d8284071f5c193004291d5622.zip
[tools]: simplify old squashfs/lzma selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23244 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5a5c728ab7..ac4d62c54f 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