summaryrefslogtreecommitdiffstats
path: root/package/block-mount/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-28 13:10:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-28 13:10:50 +0000
commit801c73f8b8e222e62467a82643cb9f927a840365 (patch)
tree1350291acca1e46ef0f558931e62845bdbf46943 /package/block-mount/Makefile
parent378a89660ea7f2c85a6e3a765898872788a838d1 (diff)
package/blockmount: simplify extroot module loading logic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-mount/Makefile')
-rw-r--r--package/block-mount/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile
index 657f727bb..a4434ed34 100644
--- a/package/block-mount/Makefile
+++ b/package/block-mount/Makefile
@@ -1,6 +1,6 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
-# Copyright 2010 Vertical Communications
+# Copyright (C) 2006-2011 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:=6
+PKG_RELEASE:=7
include $(INCLUDE_DIR)/package.mk