diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-10 09:48:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-10 09:48:31 +0000 |
commit | 8df87f1b6dc94fa6dc8e035f56e72b847545e0b7 (patch) | |
tree | b8c86ae26d610435bca813c3a773f59af2419d8a /package/block-mount/Makefile | |
parent | ed2a905399c6f61593e79b06d1c9440ea7014d85 (diff) | |
download | upstream-8df87f1b6dc94fa6dc8e035f56e72b847545e0b7.tar.gz upstream-8df87f1b6dc94fa6dc8e035f56e72b847545e0b7.tar.bz2 upstream-8df87f1b6dc94fa6dc8e035f56e72b847545e0b7.zip |
[package] block-mount: additionally try to umount disk by mountpoint (#12056)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33357 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 b82011fe42..799539e4bd 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:=8 +PKG_RELEASE:=9 include $(INCLUDE_DIR)/package.mk |