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 | af0d2abee5d5cfa88bb33e0276e465d87ae6d8b6 (patch) | |
tree | 19caf465b6aa7747587945363de506e9617bb633 /package/mac80211/Makefile | |
parent | 7f1cd738fc347d322dcb229032f91dde7b54e118 (diff) | |
download | mtk-20170518-af0d2abee5d5cfa88bb33e0276e465d87ae6d8b6.zip mtk-20170518-af0d2abee5d5cfa88bb33e0276e465d87ae6d8b6.tar.gz mtk-20170518-af0d2abee5d5cfa88bb33e0276e465d87ae6d8b6.tar.bz2 |
mac80211: add deadlock fix patch
SVN-Revision: 17290
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 07811bd..f9c1f7f 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 |