summaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-06-19 18:15:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-06-19 18:15:14 +0000
commita434ed2fc6b8605256d4ae4d473f829d9f27da8c (patch)
treec54bea09a8945927223c516cf9586b7f8491b38f /package/block-mount/Makefile
parente6af77a1c8e6d0c1d57867ca7aeffcb17fc3ebc4 (diff)
downloadmaster-31e0f0ae-a434ed2fc6b8605256d4ae4d473f829d9f27da8c.tar.gz
master-31e0f0ae-a434ed2fc6b8605256d4ae4d473f829d9f27da8c.tar.bz2
master-31e0f0ae-a434ed2fc6b8605256d4ae4d473f829d9f27da8c.zip
block-mount: remove explicit lock waits, solves some potential race conditions
SVN-Revision: 27226
Diffstat (limited to 'package/block-mount/Makefile')
-rw-r--r--package/block-mount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile
index c2c9d33f13..657f727bb9 100644
--- a/package/block-mount/Makefile
+++ b/package/block-mount/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=block-mount
PKG_VERSION:=0.2.0
-PKG_RELEASE:=5
+PKG_RELEASE:=6
include $(INCLUDE_DIR)/package.mk