X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2474bc0eb5c78ce4306bb61cc248d5c4eb7cac4c..f1215ac7aa9d9e148e17787e8820c34c0951c558:/package/acx-mac80211/Makefile?ds=sidebyside diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 41761bfaf..5b560c061 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:=06f0acf66d53ea422e9c1bd6b475f13818d94f20 -PKG_VERSION:=20101030 +PKG_REV:=09bebfda18d7000bfeaa4d5d49db90ef601f23a3 +PKG_VERSION:=20111030 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