diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-16 17:31:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-16 17:31:29 +0000 |
commit | 3018b457f932157b3aa33d67582cf37dca32e02c (patch) | |
tree | f3d90bd5666255633fce7dabe0717dd586fa04fc /package/mac80211/Makefile | |
parent | a12a03de8dae6c76d9d3ff764482801fda1df488 (diff) | |
download | upstream-3018b457f932157b3aa33d67582cf37dca32e02c.tar.gz upstream-3018b457f932157b3aa33d67582cf37dca32e02c.tar.bz2 upstream-3018b457f932157b3aa33d67582cf37dca32e02c.zip |
package/mac80211: use platform_data on PCI devices in ath9k
SVN-Revision: 18436
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 e4e9b7b546..d28e08d3ad 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-13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11 \ http://wireless.kernel.org/download/compat-wireless-2.6 |