diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 08:05:46 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-24 08:05:46 +0000 |
commit | ff9443f5d5dfca2e636f95116341ed111b917aec (patch) | |
tree | 7d158c72899310e671b8400784200b36d170a0dc /package/acx-mac80211/Makefile | |
parent | 5deef26972b3eba6633250bb89d2c93fe48efa42 (diff) |
[package] acx-mac80211: update to 20122204
Upstream commit id: 15bbffea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31455 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |