diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:34:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-09 06:34:03 +0000 |
commit | fe70acc95a2c5e630b8ef387a856d730a57598fa (patch) | |
tree | e5697ec9c15a34fd0e3293091b2103eec0fcff19 /package/mac80211/Makefile | |
parent | 73a315e7728f6152ea36c26bb95f8b096dd29ca1 (diff) | |
download | upstream-fe70acc95a2c5e630b8ef387a856d730a57598fa.tar.gz upstream-fe70acc95a2c5e630b8ef387a856d730a57598fa.tar.bz2 upstream-fe70acc95a2c5e630b8ef387a856d730a57598fa.zip |
mac80211: update compat-wireless to 2009-05-08
SVN-Revision: 15738
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 d3f9e83aff..ad2ea2d7a9 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -17,12 +17,12 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24)$(CONFI PKG_MD5SUM:=9563ceeed86bca0859ad5f010623277c PATCH_DIR:=./patches-old else - PKG_VERSION:=2009-05-01 + PKG_VERSION:=2009-05-08 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/05 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=abc949ec3f7cc57302cca814d9b9c6cd + PKG_MD5SUM:=9e973ca21e20e51f0a3c215c980b1f55 endif PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 |