aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-02-11 08:37:57 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-02-11 08:37:57 +0000
commit98d6f0382ba5612bd5a70d92ae9674f150c16d8e (patch)
treef78a58d4803f1fe16e7da30caae7b1b9a8a8f711 /tools
parent3b4e45c0219deffd244c95116d806f7cf10af2d7 (diff)
downloadmaster-187ad058-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.gz
master-187ad058-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.tar.bz2
master-187ad058-98d6f0382ba5612bd5a70d92ae9674f150c16d8e.zip
with no users left, remove support for 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19578 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 3d19892100..8fc2da3d96 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -17,7 +17,7 @@ tools-y += m4 autoconf automake bison pkg-config sed mklibs
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
-ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),)
tools-y += squashfs lzma-old
else
ifneq ($(CONFIG_TARGET_ar71xx),)