diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-05 12:49:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-05 12:49:25 +0000 |
commit | 22e7d6af634fc7bbee1c173f538e0a8cffb56c1e (patch) | |
tree | e1cdbea1f9888296f3e92f2391dbaff232bb16e1 /package/mac80211/Makefile | |
parent | 97f9e2b24b46863d9134c1baac9932bfac15f4c5 (diff) | |
download | upstream-22e7d6af634fc7bbee1c173f538e0a8cffb56c1e.tar.gz upstream-22e7d6af634fc7bbee1c173f538e0a8cffb56c1e.tar.bz2 upstream-22e7d6af634fc7bbee1c173f538e0a8cffb56c1e.zip |
[package] mac80211: update compat-wireless to 2009-03-04, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14749 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index a963f3d3eb..1aeff606ad 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-03-03 - PKG_RELEASE:=2 + PKG_VERSION:=2009-03-04 + 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:=285550a7ce02f936393eea768bf299db + PKG_MD5SUM:=8f4b9cfcc0985db945b12741b1d1ee75 else PKG_VERSION:=2008-08-06 PKG_RELEASE:=2 |