aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/usbreset/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-02-23 23:42:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-02-23 23:42:12 +0000
commit97c59cea1f6cb78839e2110acbcf705c5970886e (patch)
treea402d332ab1c20b9a95f5048c04739e7a6487bbb /package/utils/usbreset/Makefile
parent8a87474b6e92ad2b801d2c8fbba83d0eaddbb824 (diff)
downloadupstream-97c59cea1f6cb78839e2110acbcf705c5970886e.tar.gz
upstream-97c59cea1f6cb78839e2110acbcf705c5970886e.tar.bz2
upstream-97c59cea1f6cb78839e2110acbcf705c5970886e.zip
usbreset: fix possible access to uninitialized variable (#15041)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39738
Diffstat (limited to 'package/utils/usbreset/Makefile')
-rw-r--r--package/utils/usbreset/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/usbreset/Makefile b/package/utils/usbreset/Makefile
index 55ce21ef52..d8efa54c15 100644
--- a/package/utils/usbreset/Makefile
+++ b/package/utils/usbreset/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011-2013 OpenWrt.org
+# Copyright (C) 2011-2014 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:=3
+PKG_RELEASE:=4
include $(INCLUDE_DIR)/package.mk