diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:42 +0000 |
commit | 9d13de573912e09a58eaa1d58eeb0ce3b8421e45 (patch) | |
tree | b9ccebf0c9fcf2806292239c9b2fe80d6c303940 /package/acx-mac80211/Makefile | |
parent | c0030384e5662c7479f0bd3cb5dc4f49fe871342 (diff) | |
download | upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.tar.gz upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.tar.bz2 upstream-9d13de573912e09a58eaa1d58eeb0ce3b8421e45.zip |
acx-mac80211: update to v2012-09-23-WIP
Patch from Daniel Gimpelevich.
SVN-Revision: 33746
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index d933b837de..80e52820e5 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_REV:=v20120607 -PKG_VERSION:=20120607 +PKG_REV:=v2012-09-23-WIP +PKG_VERSION:=20121004 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |