diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-30 09:41:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-30 09:41:55 +0000 |
commit | 5f0a8f07f2595075a89976a3deb04872e159717f (patch) | |
tree | 9bd8ca7fa3081692ba9f56287532c2fe3aec1da1 /package/mac80211/Makefile | |
parent | df3709c543c543ff718ca1cf7d5c9f78cb87bfc2 (diff) | |
download | upstream-5f0a8f07f2595075a89976a3deb04872e159717f.tar.gz upstream-5f0a8f07f2595075a89976a3deb04872e159717f.tar.bz2 upstream-5f0a8f07f2595075a89976a3deb04872e159717f.zip |
[package] mac80211: update compat-wireless to 2009-01-29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14279 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 dabceba295..4f14e93b65 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-24 + PKG_VERSION:=2009-01-29 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:=5d5179b9bd2536b99dfc7e9aef34df91 + PKG_MD5SUM:=7ad466fd68967de744ab41caddff10d9 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |