X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9dd40f163d25c4e4262d21e4da5120e2e1560050..0ca3c6b768b43104ada4c364efcd540a4176d9a6:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 5a5c728ab..6d1eb8502 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,15 +16,13 @@ tools-$(CONFIG_GCC_VERSION_4_5) += mpc libelf endif 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-y += firmware-utils patch-cmdline quilt yaffs2 flock tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu -ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),) -tools-y += squashfs lzma-old -else -ifneq ($(CONFIG_TARGET_ar71xx),) +ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),) tools-y += squashfs lzma-old endif +ifeq ($(CONFIG_LINUX_2_6_25),) tools-y += squashfs4 lzma endif tools-$(CONFIG_CCACHE) += ccache