diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-11-10 15:31:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-11-10 15:31:37 +0000 |
commit | 22030249de9f7297b9bf41e73d69552db04b1078 (patch) | |
tree | ca64971def7e1111b7e3a7db8d1b8d79701e5da2 | |
parent | 5cd77f91aa3d0cfd1784ceb2a8e9ce813f5602d3 (diff) | |
download | upstream-22030249de9f7297b9bf41e73d69552db04b1078.tar.gz upstream-22030249de9f7297b9bf41e73d69552db04b1078.tar.bz2 upstream-22030249de9f7297b9bf41e73d69552db04b1078.zip |
[package] acx-mac80211: update to 20111030
Fixes build failures with Linux 3.1+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28939 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0c19540cbf..5b560c0610 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:=0da6e533679c177c1f5efffd22e345304d273e49 -PKG_VERSION:=20110821 +PKG_REV:=09bebfda18d7000bfeaa4d5d49db90ef601f23a3 +PKG_VERSION:=20111030 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |