diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-29 13:39:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-29 13:39:18 +0000 |
commit | 731877c5d95f0caefdd1484fe983083131f8eff2 (patch) | |
tree | d8b78a2f61433f69fac3ff4caf8a2181d1bbf064 /tools/Makefile | |
parent | 387c2adead9e0820dfb7c79e0cedde280f877732 (diff) | |
download | upstream-731877c5d95f0caefdd1484fe983083131f8eff2.tar.gz upstream-731877c5d95f0caefdd1484fe983083131f8eff2.tar.bz2 upstream-731877c5d95f0caefdd1484fe983083131f8eff2.zip |
add a stripped down (and portable) version of flock to the host tools
SVN-Revision: 23707
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 91e980e554..6d1eb85021 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,7 +16,7 @@ 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_6_25)$(CONFIG_TARGET_ar71xx),) |