diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-03 14:30:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-03 14:30:50 +0000 |
commit | 6c07306d32903e33603e6b8c81eb6ceeac23384c (patch) | |
tree | 0435ce3acdf7634d232aaa89dba55fb3bd69596c /package/mac80211/Makefile | |
parent | c874513cfad123d5577f38cb6f316a77e13aa7d7 (diff) | |
download | upstream-6c07306d32903e33603e6b8c81eb6ceeac23384c.tar.gz upstream-6c07306d32903e33603e6b8c81eb6ceeac23384c.tar.bz2 upstream-6c07306d32903e33603e6b8c81eb6ceeac23384c.zip |
mac80211: update rt2x00 mcu patch (thanks to Luis Correia)
SVN-Revision: 20674
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 d93c982f64..f44c12a49b 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:=5 +PKG_RELEASE:=6 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 |