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 | fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8 (patch) | |
tree | 6b538c1a23719f7571103818579ffe47633be116 /package/mac80211/Makefile | |
parent | 165f60bba9bba1ac75816729845661b2fd08343d (diff) | |
download | upstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.tar.gz upstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.tar.bz2 upstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.zip |
mac80211: update compat-wireless to 2009-03-04, and refresh patches
SVN-Revision: 14749
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 |