diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-06 10:26:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-06 10:26:18 +0000 |
commit | aebd1654e943404ef120413e07ce79a2afb65245 (patch) | |
tree | 03992bd26427cc0004c46b76f0046a26fd15df9c /package/mac80211/Makefile | |
parent | aade9c3e1d25ed2e237399517d5a88a47879032c (diff) | |
download | upstream-aebd1654e943404ef120413e07ce79a2afb65245.tar.gz upstream-aebd1654e943404ef120413e07ce79a2afb65245.tar.bz2 upstream-aebd1654e943404ef120413e07ce79a2afb65245.zip |
mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
SVN-Revision: 14757
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 1aeff606ad..1e515575b7 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-03-04 + PKG_VERSION:=2009-03-05 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=8f4b9cfcc0985db945b12741b1d1ee75 + PKG_MD5SUM:=3e96bcca2be64536e206e425f0f26cfd else PKG_VERSION:=2008-08-06 PKG_RELEASE:=2 |