diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-11 08:37:57 +0000 |
commit | 7b367d03131e3ea6366acd813b7ba58994705adb (patch) | |
tree | e2401c3d8af61039dbc8bc6b3e01b1550f7eb500 /tools | |
parent | 32db1d47ff4cc198e0567b1e43e42ea9f9cae3a4 (diff) | |
download | upstream-7b367d03131e3ea6366acd813b7ba58994705adb.tar.gz upstream-7b367d03131e3ea6366acd813b7ba58994705adb.tar.bz2 upstream-7b367d03131e3ea6366acd813b7ba58994705adb.zip |
with no users left, remove support for 2.6.21
SVN-Revision: 19578
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
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),) |