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 | 0f077dfb237b608d317fa6c323afa0d462ff3e80 (patch) | |
tree | 080e4b7e554100ee3d169d24694f93666bbfc0a2 /package/mac80211/Makefile | |
parent | 08fd0a2fb5c6b384c80a378b401335df4f9201ab (diff) | |
download | upstream-0f077dfb237b608d317fa6c323afa0d462ff3e80.tar.gz upstream-0f077dfb237b608d317fa6c323afa0d462ff3e80.tar.bz2 upstream-0f077dfb237b608d317fa6c323afa0d462ff3e80.zip |
[package] mac80211/ath5k: add workaround for the AR71xx PCI bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16535 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |