diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:54:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-12-27 21:54:09 +0000 |
commit | 29a020ffb341de09bd2eaf195b7a194990a97ab6 (patch) | |
tree | b2650feafc6874221fc68dde27db8a8b2e5199b7 /tools/Makefile | |
parent | 4e71b48c2a6a867e7f0d30c123f0640854b70beb (diff) | |
download | upstream-29a020ffb341de09bd2eaf195b7a194990a97ab6.tar.gz upstream-29a020ffb341de09bd2eaf195b7a194990a97ab6.tar.bz2 upstream-29a020ffb341de09bd2eaf195b7a194990a97ab6.zip |
remove handling of older unsupported kernels
SVN-Revision: 18955
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
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),) |