diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-14 10:18:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-14 10:18:45 +0000 |
commit | 49c96616458b0bf8a8560908a3fab1d6e9c522fa (patch) | |
tree | 6d433ffc4debd99aa26dbb6c7e613a359167703e /package | |
parent | 051b6223f95be5b308fb395b51cc95777d03f903 (diff) | |
download | upstream-49c96616458b0bf8a8560908a3fab1d6e9c522fa.tar.gz upstream-49c96616458b0bf8a8560908a3fab1d6e9c522fa.tar.bz2 upstream-49c96616458b0bf8a8560908a3fab1d6e9c522fa.zip |
[package] mac80211: update compat-wireless to 2009-03-13
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 f62413eb22..8fadab88bd 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-03-09 + PKG_VERSION:=2009-03-13 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=2fb00c2879e217f02c6b68069410f2e1 + PKG_MD5SUM:=bc924e8914a78d5a40ce4c17e5d28447 endif PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 |