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 | dfe4142d7937777085628581f36bf2040793aeec (patch) | |
tree | ca1223af5c8a5820168a922522547f317de6b7dd /package/mac80211/Makefile | |
parent | 1eaa138aa9d720b92cb60e7ac427159611ea2a9f (diff) | |
download | upstream-dfe4142d7937777085628581f36bf2040793aeec.tar.gz upstream-dfe4142d7937777085628581f36bf2040793aeec.tar.bz2 upstream-dfe4142d7937777085628581f36bf2040793aeec.zip |
[package] mac80211: update compat-wireless to 2009-05-08
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15738 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |