diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-09 16:27:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-09 16:27:35 +0000 |
commit | 0cbc5f678d3b76ff44c1d0370090caf0eb43cb33 (patch) | |
tree | f5c6f7fea4aadd85259395dab0db92a7e69dff2b /package/mac80211/Makefile | |
parent | 40ba15806fcd52982135c367f49a8ac3ce85913f (diff) | |
download | upstream-0cbc5f678d3b76ff44c1d0370090caf0eb43cb33.tar.gz upstream-0cbc5f678d3b76ff44c1d0370090caf0eb43cb33.tar.bz2 upstream-0cbc5f678d3b76ff44c1d0370090caf0eb43cb33.zip |
ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 4e98a5dc0f..f8d8d390f0 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-02-02 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 |