diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-03 09:05:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-03 09:05:39 +0000 |
commit | 00e8846c96864bda01fea784c22c6509805c1099 (patch) | |
tree | e55a3049db3e27c166df65440abc7dc47c85ce45 /package/acx-mac80211/Makefile | |
parent | 20da5f495f7b3eb45490ec792ce8566c5f9b5a16 (diff) | |
download | upstream-00e8846c96864bda01fea784c22c6509805c1099.tar.gz upstream-00e8846c96864bda01fea784c22c6509805c1099.tar.bz2 upstream-00e8846c96864bda01fea784c22c6509805c1099.zip |
update acx-mac80211 to 20100422, patch from Bernhard Loos
SVN-Revision: 21335
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 68369bc96b..88ca0bcd8c 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:=e7a55711 -PKG_VERSION:=20100302 +PKG_REV:=160e4af +PKG_VERSION:=20100422 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |