diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-19 18:15:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-19 18:15:14 +0000 |
commit | a434ed2fc6b8605256d4ae4d473f829d9f27da8c (patch) | |
tree | c54bea09a8945927223c516cf9586b7f8491b38f /package/block-mount/Makefile | |
parent | e6af77a1c8e6d0c1d57867ca7aeffcb17fc3ebc4 (diff) | |
download | upstream-a434ed2fc6b8605256d4ae4d473f829d9f27da8c.tar.gz upstream-a434ed2fc6b8605256d4ae4d473f829d9f27da8c.tar.bz2 upstream-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/Makefile | 2 |
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 |