diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-09 23:44:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-09 23:44:03 +0000 |
commit | 76cce7c90ea6434cab083633a723e3fb3a9e6c7f (patch) | |
tree | e3d58b2007169472a30eb90c1c38e33d549ffa8c /package/acx-mac80211/Makefile | |
parent | 74a5c8148a7fa9bc9330bdb84dc786636a8937e5 (diff) | |
download | upstream-76cce7c90ea6434cab083633a723e3fb3a9e6c7f.tar.gz upstream-76cce7c90ea6434cab083633a723e3fb3a9e6c7f.tar.bz2 upstream-76cce7c90ea6434cab083633a723e3fb3a9e6c7f.zip |
acx-mac80211 needs some header files from compat-wireless to build
SVN-Revision: 26572
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index f966e90e1d..ab793d4228 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -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 |