diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 18:03:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 18:03:20 +0000 |
commit | 86307b4db2cc678440b0456c09d6b0388602094a (patch) | |
tree | 8dd4ba69ea4575b742dc1963efe1cb2959eda035 /package/mac80211/Makefile | |
parent | d33317c579add5ab873d4a801c1dcffe1c3b4fa9 (diff) | |
download | upstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.gz upstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.bz2 upstream-86307b4db2cc678440b0456c09d6b0388602094a.zip |
mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
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 fc71e92431..7a4f8dd350 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-20 + PKG_VERSION:=2009-02-25 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/02 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=81a23a3c864eececd81c21abeeda1eaf + PKG_MD5SUM:=5dddce683bea04376ceee3a91902d5dd else PKG_VERSION:=2008-08-06 PKG_RELEASE:=2 |