diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-16 19:02:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-16 19:02:26 +0000 |
commit | e6cd84447faacb784cf25c3bebdbcaa1907ae44e (patch) | |
tree | 258b099b6e0b2eb304d69acc3c85eb5d1341cb22 /package/mac80211/Makefile | |
parent | 416ef200810f75876c4d63906a8e726bcb8511aa (diff) | |
download | upstream-e6cd84447faacb784cf25c3bebdbcaa1907ae44e.tar.gz upstream-e6cd84447faacb784cf25c3bebdbcaa1907ae44e.tar.bz2 upstream-e6cd84447faacb784cf25c3bebdbcaa1907ae44e.zip |
mac80211: update compat-wireless to 2009-02-15
SVN-Revision: 14532
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 16360b373b..d04b7b3669 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:=3 +PKG_RELEASE:=1 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) - PKG_VERSION:=2009-02-07 + PKG_VERSION:=2009-02-15 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/02 \ http://wireless.kernel.org/download/compat-wireless-2.6 - PKG_MD5SUM:=fed21ffa78c91e0f8067b8ca63a442b7 + PKG_MD5SUM:=65b4c3ccd23aa9fa4604fe63b03cce28 else PKG_VERSION:=2008-08-06 PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08 |