diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-01 15:39:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-01 15:39:23 +0000 |
commit | cf4781cfbdf414bb79a5dd4cd41bfbd225efb6a6 (patch) | |
tree | 5eb3ef277b0e36e0a4f7c3dfd4c6730900822e9e /package/mac80211/Makefile | |
parent | 043b77a460533b0a879c57e8a76ae2fd021f3f2a (diff) | |
download | upstream-cf4781cfbdf414bb79a5dd4cd41bfbd225efb6a6.tar.gz upstream-cf4781cfbdf414bb79a5dd4cd41bfbd225efb6a6.tar.bz2 upstream-cf4781cfbdf414bb79a5dd4cd41bfbd225efb6a6.zip |
mac80211: remove MCU requests for SoC platforms in the rt2x00 driver
The ralink SoC platforms do not have an MCU.
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 20650
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 d7fde6b25b..d93c982f64 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-03-24 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 |