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 | b6cbcf42cbc925ae0f773cf56ef7824b52cf7bfa (patch) | |
tree | eee03ea6d09d27a0b4cb5cd781e8169a17fed3ed /package/block-mount/Makefile | |
parent | 191ba94ca27ad224a7202105b9d72d974c981814 (diff) | |
download | upstream-b6cbcf42cbc925ae0f773cf56ef7824b52cf7bfa.tar.gz upstream-b6cbcf42cbc925ae0f773cf56ef7824b52cf7bfa.tar.bz2 upstream-b6cbcf42cbc925ae0f773cf56ef7824b52cf7bfa.zip |
[package] block-mount: remove explicit lock waits, solves some potential race conditions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27226 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |