summaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-03-21 02:29:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-03-21 02:29:26 +0000
commit88866c94842a78ada3bbf809131b431a85bab0e9 (patch)
tree47b492ef4fb12265c8ffca8e253c6ac0f9c3e4c3 /package/block-mount/Makefile
parentff5b7ef713aa0a2725b2feed7d48fff23b712c0a (diff)
downloadmaster-31e0f0ae-88866c94842a78ada3bbf809131b431a85bab0e9.tar.gz
master-31e0f0ae-88866c94842a78ada3bbf809131b431a85bab0e9.tar.bz2
master-31e0f0ae-88866c94842a78ada3bbf809131b431a85bab0e9.zip
block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label
SVN-Revision: 31049
Diffstat (limited to 'package/block-mount/Makefile')
-rw-r--r--package/block-mount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile
index a4434ed34f..b82011fe42 100644
--- a/package/block-mount/Makefile
+++ b/package/block-mount/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=block-mount
PKG_VERSION:=0.2.0
-PKG_RELEASE:=7
+PKG_RELEASE:=8
include $(INCLUDE_DIR)/package.mk