aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-12-27 21:54:09 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-12-27 21:54:09 +0000
commit3d7ea17c07a07e5b65372a1c6201b02f66dc400b (patch)
tree6777e04172399d0061204b2bafd6b4b27fbd8ee0 /tools
parent27cae68270c64bb1ed90619f235f40042d4a90cf (diff)
downloadmaster-187ad058-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.tar.gz
master-187ad058-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.tar.bz2
master-187ad058-3d7ea17c07a07e5b65372a1c6201b02f66dc400b.zip
remove handling of older unsupported kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 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 276233ef57..e965370198 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 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)$(CONFIG_LINUX_2_6_28),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)
tools-y += squashfs lzma-old
else
ifneq ($(CONFIG_TARGET_ar71xx),)