diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-03 15:49:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-03 15:49:02 +0000 |
commit | c97f5e9a6baae04f7bee8bb97c321c67ba7fc2b5 (patch) | |
tree | e83ed3253bae9b1e68b9bb4971c7564069f07eaa /package/mac80211/Makefile | |
parent | f00754d191a762edc925e904bb24ed64706d1ccb (diff) | |
download | upstream-c97f5e9a6baae04f7bee8bb97c321c67ba7fc2b5.tar.gz upstream-c97f5e9a6baae04f7bee8bb97c321c67ba7fc2b5.tar.bz2 upstream-c97f5e9a6baae04f7bee8bb97c321c67ba7fc2b5.zip |
mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
SVN-Revision: 14744
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 7a4f8dd350..89a0506e73 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-02-25 + PKG_VERSION:=2009-03-03 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ - http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/02 \ + http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=5dddce683bea04376ceee3a91902d5dd + PKG_MD5SUM:=285550a7ce02f936393eea768bf299db else PKG_VERSION:=2008-08-06 PKG_RELEASE:=2 |