diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-27 21:21:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-27 21:21:14 +0000 |
commit | fee0ea3ba884fc153326fa8ae2e77c60b18eb43d (patch) | |
tree | 5051c32ad1281d0a8078b2dc56181aba87b3751a /package/mac80211/Makefile | |
parent | 05c8eef651e0f4f66a2dcbd5f8689842832260cd (diff) | |
download | upstream-fee0ea3ba884fc153326fa8ae2e77c60b18eb43d.tar.gz upstream-fee0ea3ba884fc153326fa8ae2e77c60b18eb43d.tar.bz2 upstream-fee0ea3ba884fc153326fa8ae2e77c60b18eb43d.zip |
mac80211: update ath9k patch
SVN-Revision: 18563
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 62903e2665..6fb2b23141 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2009-11-21 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11 \ http://wireless.kernel.org/download/compat-wireless-2.6 |