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 | 7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6 (patch) | |
tree | 65ca265b2204cb95f34b0064566cf2ab712fbdbc /tools | |
parent | 968a0c1ddbfd1bb397cc0865138a02319d79d871 (diff) | |
download | upstream-7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6.tar.gz upstream-7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6.tar.bz2 upstream-7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6.zip |
Toto, we don't support Linux 2.4 anymore..
SVN-Revision: 23245
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 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 |