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 | 6c219a036ae4abee2e072fe67275e97fd753d52f (patch) | |
tree | ed1971b2ec1002a8d654c8e5de6f6afc767cdc07 /package/acx-mac80211 | |
parent | 0353cc96d83e55804cc12d9345eb06ca6a64c7c4 (diff) | |
download | upstream-6c219a036ae4abee2e072fe67275e97fd753d52f.tar.gz upstream-6c219a036ae4abee2e072fe67275e97fd753d52f.tar.bz2 upstream-6c219a036ae4abee2e072fe67275e97fd753d52f.zip |
[package] update acx-mac80211 to 20110821
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-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 |