diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-21 02:29:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-21 02:29:26 +0000 |
commit | de9604fc41b9eecae5b0233a525c722bf54b2805 (patch) | |
tree | e8777e6b6a285fddb8ea89e6b18b3c3470d2705a /package/block-mount | |
parent | 3381cc597a10d9bb3ee632c3da7a7e1c640718e2 (diff) | |
download | master-187ad058-de9604fc41b9eecae5b0233a525c722bf54b2805.tar.gz master-187ad058-de9604fc41b9eecae5b0233a525c722bf54b2805.tar.bz2 master-187ad058-de9604fc41b9eecae5b0233a525c722bf54b2805.zip |
[package] block-mount: invoke blkid without cache file, this seems to fix mounts by uuid or label
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount')
-rw-r--r-- | package/block-mount/Makefile | 4 |
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 |