diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-26 12:45:19 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-26 12:45:19 +0000 |
commit | 5815a1790429d406b94a3de0af2ab36719ae4259 (patch) | |
tree | ed1971b2ec1002a8d654c8e5de6f6afc767cdc07 /package/acx-mac80211 | |
parent | 573616dc751f5e3eb65ae47975bb82b2b18c7b94 (diff) |
[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 ab793d422..0c19540cb 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 |