diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 13:33:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-25 13:33:34 +0000 |
commit | c198a513980a3e837967934e305eb65fef196826 (patch) | |
tree | 86b8bf8a6e07b5f752ff8417041ce657fcda8a82 /package/mac80211/Makefile | |
parent | 87db54da68aa2614122a0f2f2d4c79722dad2bb9 (diff) | |
download | upstream-c198a513980a3e837967934e305eb65fef196826.tar.gz upstream-c198a513980a3e837967934e305eb65fef196826.tar.bz2 upstream-c198a513980a3e837967934e305eb65fef196826.zip |
mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14172
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 bb05123869..dabceba295 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -12,11 +12,11 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-01-23 + PKG_VERSION:=2009-01-24 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/01 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=f4c8df5e077432d7018112849e36f438 + PKG_MD5SUM:=5d5179b9bd2536b99dfc7e9aef34df91 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |