diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-03 09:18:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-03 09:18:29 +0000 |
commit | 518a96682a6df7318f18df9c27a13735db6a3959 (patch) | |
tree | bd905bb6d196f25e43bc5482a86e17136bf0b09d /package/mac80211/Makefile | |
parent | 43ed2ff89ddd96cb6b23d1345e3ed92847a31a58 (diff) | |
download | upstream-518a96682a6df7318f18df9c27a13735db6a3959.tar.gz upstream-518a96682a6df7318f18df9c27a13735db6a3959.tar.bz2 upstream-518a96682a6df7318f18df9c27a13735db6a3959.zip |
mac80211: update compat-wireless to 2009-02-02
SVN-Revision: 14385
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 0448f0063a..0de84a01be 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 -PKG_RELEASE:=2 +PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-01-29 + PKG_VERSION:=2009-02-02 PKG_SOURCE_URL:= \ - http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/01 \ + http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/02 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=7ad466fd68967de744ab41caddff10d9 + PKG_MD5SUM:=310b08184b16ead8cab3714bf5a57728 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |