X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ae6c2914ed8cc720839c8acb541aaef7eae79ae6..abe54be9b67ec0a3f3b4e47d9e020a2850d0b4aa:/package/acx-mac80211/Makefile diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index f966e90e1..0c19540cb 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2008 OpenWrt.org +# Copyright (C) 2007-2011 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:=11145e4b4895d0a8ead16cbe052baf3dde4627bd -PKG_VERSION:=20110123 +PKG_REV:=0da6e533679c177c1f5efffd22e345304d273e49 +PKG_VERSION:=20110821 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) +PKG_BUILD_DEPENDS:=mac80211 include $(INCLUDE_DIR)/package.mk