diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-26 12:45:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-26 12:45:19 +0000 |
commit | 0a97fda27ece3b2c2efad038297ae284ff03ff78 (patch) | |
tree | ba26015d1358f20ff11914f69c39fa6d7c0e110a | |
parent | fe3694aa0d2b2883b026e2b603f4da1bf8d17e5a (diff) | |
download | upstream-0a97fda27ece3b2c2efad038297ae284ff03ff78.tar.gz upstream-0a97fda27ece3b2c2efad038297ae284ff03ff78.tar.bz2 upstream-0a97fda27ece3b2c2efad038297ae284ff03ff78.zip |
update acx-mac80211 to 20110821
SVN-Revision: 28089
-rw-r--r-- | package/acx-mac80211/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index ab793d4228..0c19540cbf 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_REV:=11145e4b4895d0a8ead16cbe052baf3dde4627bd -PKG_VERSION:=20110123 +PKG_REV:=0da6e533679c177c1f5efffd22e345304d273e49 +PKG_VERSION:=20110821 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |