diff options
| author | Hauke Mehrtens | 2011-04-09 23:44:03 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2011-04-09 23:44:03 +0000 |
| commit | ea0e05d082e733af512724fd0c5026c768f4a53b (patch) | |
| tree | ff4980c6cd543a55635e0892601c6c25719cdaa0 | |
| parent | 9a9e7db4b616ce714be023c8927309dad8a3ade1 (diff) | |
| download | archive-ea0e05d082e733af512724fd0c5026c768f4a53b.tar.gz | |
acx-mac80211 needs some header files from compat-wireless to build
SVN-Revision: 26572
| -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 |