aboutsummaryrefslogtreecommitdiffstats
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
commitd582572b08406e6db759a661b1be079a688c985b (patch)
tree803ad32078672215c2158375b8b1e96348893423 /tools/Makefile
parent51a43a0e18cd5bf5cd760301224f69066b9ab2db (diff)
downloadupstream-d582572b08406e6db759a661b1be079a688c985b.tar.gz
upstream-d582572b08406e6db759a661b1be079a688c985b.tar.bz2
upstream-d582572b08406e6db759a661b1be079a688c985b.zip
add a stripped down (and portable) version of flock to the host tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23707 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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),)