aboutsummaryrefslogtreecommitdiffstats
path: root/package/switch/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-20 17:24:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-20 17:24:15 +0000
commit640927dde360260688f30083433b0d88a151dbed (patch)
tree2de8dd410b20e30d495acd5babcb2bb5aa15b0d4 /package/switch/Makefile
parent650566c9806bf5b22d6667c142d9a87b4881438c (diff)
downloadupstream-640927dde360260688f30083433b0d88a151dbed.tar.gz
upstream-640927dde360260688f30083433b0d88a151dbed.tar.bz2
upstream-640927dde360260688f30083433b0d88a151dbed.zip
switch: fix switch-robo device reference counting
Fix incorrect device reference counting by switch-robo. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 25619
Diffstat (limited to 'package/switch/Makefile')
-rw-r--r--package/switch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile
index a2baf99d1b..17158dac8b 100644
--- a/package/switch/Makefile
+++ b/package/switch/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# 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
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kmod-switch
-PKG_RELEASE:=3
+PKG_RELEASE:=4
include $(INCLUDE_DIR)/package.mk