diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-10 19:23:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-10 19:23:09 +0000 |
commit | c807f88c7d1857735c07d7a6db20149970d39003 (patch) | |
tree | 143454660e0a75c8ba9e2e8a000275b8089e4ae2 /package/mac80211/Makefile | |
parent | e70d8bb8a6411ea8fd28589eafe0714fcb560126 (diff) | |
download | upstream-c807f88c7d1857735c07d7a6db20149970d39003.tar.gz upstream-c807f88c7d1857735c07d7a6db20149970d39003.tar.bz2 upstream-c807f88c7d1857735c07d7a6db20149970d39003.zip |
[package] mac80211: update compat-wireless to 2009-01-10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13961 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 b8962186f5..d25488def1 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-07 + PKG_VERSION:=2009-01-10 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:=2788149d630d48686f7ca79131cdbe8c + PKG_MD5SUM:=6edd60f6b5ee600aec28e148bc8e2a05 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |