X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4394096a92ff9203385af1d95766fb32e42a6649..6b8244f07eb578e09abcf09b56ee2d12f663bf5b:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index ac4d62c54..91e980e55 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,9 +19,10 @@ 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 +endif +ifeq ($(CONFIG_LINUX_2_6_25),) tools-y += squashfs4 lzma endif tools-$(CONFIG_CCACHE) += ccache