diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:15:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:15:46 +0000 |
commit | 961a7ea9c693f0f6cecc12dcac74d2e182c359d6 (patch) | |
tree | dc998c9ffafe98c65fad171c471c5b4863172a03 /tools/Makefile | |
parent | 9cf7ac119960321d8284071f5c193004291d5622 (diff) | |
download | upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.tar.gz upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.tar.bz2 upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.zip |
Toto, we don't support Linux 2.4 anymore..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23245 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ac4d62c54f..5c6a499a6e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,7 +19,7 @@ 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 tools-$(CONFIG_TARGET_x86) += qemu -ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),) +ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),) tools-y += squashfs lzma-old else tools-y += squashfs4 lzma |