summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-29 13:39:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-29 13:39:18 +0000
commit731877c5d95f0caefdd1484fe983083131f8eff2 (patch)
treed8b78a2f61433f69fac3ff4caf8a2181d1bbf064 /tools/Makefile
parent387c2adead9e0820dfb7c79e0cedde280f877732 (diff)
downloadmtk-20170518-731877c5d95f0caefdd1484fe983083131f8eff2.zip
mtk-20170518-731877c5d95f0caefdd1484fe983083131f8eff2.tar.gz
mtk-20170518-731877c5d95f0caefdd1484fe983083131f8eff2.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 91e980e..6d1eb85 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),)