diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-16 19:55:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-16 19:55:10 +0000 |
commit | 638e667f5b0922d5d5e3b21c69656b5503bdf791 (patch) | |
tree | bce8a52bfbdfe719ec3c4b597fd5715219ed356e /package/mac80211/Makefile | |
parent | 26682a3a3fb2136ceeb1cadd698b00dda0fc84f6 (diff) | |
download | master-187ad058-638e667f5b0922d5d5e3b21c69656b5503bdf791.tar.gz master-187ad058-638e667f5b0922d5d5e3b21c69656b5503bdf791.tar.bz2 master-187ad058-638e667f5b0922d5d5e3b21c69656b5503bdf791.zip |
[package] mac80211: add deadlock fix patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17290 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 07811bd2b0..f9c1f7fce3 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -18,7 +18,7 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),) PATCH_DIR:=./patches-old else PKG_VERSION:=2009-08-15 - PKG_RELEASE:=2 + PKG_RELEASE:=3 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/08 \ http://wireless.kernel.org/download/compat-wireless-2.6 |