diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:44:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-04-09 23:44:03 +0000 |
commit | 874ef84aa60a0420c0e6536055c6fd323a223689 (patch) | |
tree | ff4980c6cd543a55635e0892601c6c25719cdaa0 /package/acx-mac80211 | |
parent | f6e9af6f9d23a173dc5b7966298b824e376dec11 (diff) | |
download | upstream-874ef84aa60a0420c0e6536055c6fd323a223689.tar.gz upstream-874ef84aa60a0420c0e6536055c6fd323a223689.tar.bz2 upstream-874ef84aa60a0420c0e6536055c6fd323a223689.zip |
acx-mac80211 needs some header files from compat-wireless to build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211')
-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 |