diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-02-20 17:24:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-02-20 17:24:15 +0000 |
commit | 640927dde360260688f30083433b0d88a151dbed (patch) | |
tree | 2de8dd410b20e30d495acd5babcb2bb5aa15b0d4 /package/switch/Makefile | |
parent | 650566c9806bf5b22d6667c142d9a87b4881438c (diff) | |
download | mtk-20170518-640927dde360260688f30083433b0d88a151dbed.zip mtk-20170518-640927dde360260688f30083433b0d88a151dbed.tar.gz mtk-20170518-640927dde360260688f30083433b0d88a151dbed.tar.bz2 |
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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile index a2baf99..17158da 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 |