aboutsummaryrefslogtreecommitdiffstats
path: root/package/usbreset/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-16 00:39:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-16 00:39:39 +0000
commita183882230839772aecbfd66affb69a310384829 (patch)
tree0b237dade0f9f831dd40294eb142a98f47cd344c /package/usbreset/Makefile
parentf1a3abbd19e2831dc55c3a78939c7ba88e3783ae (diff)
downloadupstream-a183882230839772aecbfd66affb69a310384829.tar.gz
upstream-a183882230839772aecbfd66affb69a310384829.tar.bz2
upstream-a183882230839772aecbfd66affb69a310384829.zip
[packages] usbreset: improve usability
- add device list in usage screen - support resetting by bus/device number, by produc:vendor id or by device name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/usbreset/Makefile')
-rw-r--r--package/usbreset/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/usbreset/Makefile b/package/usbreset/Makefile
index 32e073faaf..75bfd85138 100644
--- a/package/usbreset/Makefile
+++ b/package/usbreset/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=usbreset
-PKG_RELEASE:=1
+PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk