diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-21 14:38:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-21 14:38:15 +0000 |
commit | 77bb9494c2b517576d3f9fac636c20c28cfb76ed (patch) | |
tree | bd50b03e391ddd23aa73e595772976c9aca4675d /package/mac80211/Makefile | |
parent | 6e42b25c88119d50df668e12f0e62579c622d0ca (diff) | |
download | upstream-77bb9494c2b517576d3f9fac636c20c28cfb76ed.tar.gz upstream-77bb9494c2b517576d3f9fac636c20c28cfb76ed.tar.bz2 upstream-77bb9494c2b517576d3f9fac636c20c28cfb76ed.zip |
mac80211/ath5k: add workaround for the AR71xx PCI bug
SVN-Revision: 16535
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 1134ddcf97..d793d91708 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -18,7 +18,7 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24)$(CONFI PATCH_DIR:=./patches-old else PKG_VERSION:=2009-06-02 - PKG_RELEASE:=1 + PKG_RELEASE:=2 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/06 \ http://wireless.kernel.org/download/compat-wireless-2.6 |