diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-20 10:27:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-20 10:27:46 +0000 |
commit | 6f80c9cc7c34936b38823acbce18e101eac7dd84 (patch) | |
tree | b74844a024a075c353e0d451f0bbec88a1a550c6 /package/switch/Makefile | |
parent | d9310ce132fffc43e417482df62541c0153d44b8 (diff) | |
download | upstream-6f80c9cc7c34936b38823acbce18e101eac7dd84.tar.gz upstream-6f80c9cc7c34936b38823acbce18e101eac7dd84.tar.bz2 upstream-6f80c9cc7c34936b38823acbce18e101eac7dd84.zip |
fix strange LED behavior with Netgear WGT634U (#3552)
SVN-Revision: 15290
Diffstat (limited to 'package/switch/Makefile')
-rw-r--r-- | package/switch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/switch/Makefile b/package/switch/Makefile index 1a5f46f3f4..a9b881c40e 100644 --- a/package/switch/Makefile +++ b/package/switch/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=kmod-switch -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk |