summaryrefslogtreecommitdiff
path: root/tools/Makefile
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
commit29a020ffb341de09bd2eaf195b7a194990a97ab6 (patch)
treeb2650feafc6874221fc68dde27db8a8b2e5199b7 /tools/Makefile
parent4e71b48c2a6a867e7f0d30c123f0640854b70beb (diff)
downloadmtk-20170518-29a020ffb341de09bd2eaf195b7a194990a97ab6.zip
mtk-20170518-29a020ffb341de09bd2eaf195b7a194990a97ab6.tar.gz
mtk-20170518-29a020ffb341de09bd2eaf195b7a194990a97ab6.tar.bz2
remove handling of older unsupported kernels
SVN-Revision: 18955
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 276233e..e965370 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),)