diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-24 08:05:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-24 08:05:46 +0000 |
commit | 7314de1e5df7bde16c9e372efe9a2d9fafa73aa7 (patch) | |
tree | 69dcd37ca011f49e5beed00ad1cc4e58c42a2922 /package/acx-mac80211/Makefile | |
parent | ed957f7c84156e435a73fa465edd1348b46a8c7e (diff) | |
download | upstream-7314de1e5df7bde16c9e372efe9a2d9fafa73aa7.tar.gz upstream-7314de1e5df7bde16c9e372efe9a2d9fafa73aa7.tar.bz2 upstream-7314de1e5df7bde16c9e372efe9a2d9fafa73aa7.zip |
acx-mac80211: update to 20122204
Upstream commit id: 15bbffea
SVN-Revision: 31455
Diffstat (limited to 'package/acx-mac80211/Makefile')
-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 5b560c0610..46fe7712ce 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2012 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:=09bebfda18d7000bfeaa4d5d49db90ef601f23a3 -PKG_VERSION:=20111030 +PKG_REV:=15bbffeadc1928a21a8a5f6519a5aea13b50678a +PKG_VERSION:=20120422 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |