summaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-23 23:39:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-23 23:39:54 +0000
commit35cdc5d722883cac8b524ea803ee7eedca844087 (patch)
tree12d1b85761b964715b0ecb3ff87ca595f4ef8ddb /package/hostapd/Makefile
parent0fbff7de83cfa67aa5c7b63e9d3964983655453c (diff)
downloadmaster-31e0f0ae-35cdc5d722883cac8b524ea803ee7eedca844087.tar.gz
master-31e0f0ae-35cdc5d722883cac8b524ea803ee7eedca844087.tar.bz2
master-31e0f0ae-35cdc5d722883cac8b524ea803ee7eedca844087.zip
hostapd/mac80211: implement support for AP+STA
SVN-Revision: 23602
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 5bcaba9458..172e89b259 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -239,7 +239,7 @@ endef
define Build/Compile/wpad
echo ` \
$(call Build/RunMake,hostapd,-s MULTICALL=1 dump_cflags); \
- $(call Build/RunMake,wpa_supplicant,-s dump_cflags) | \
+ $(call Build/RunMake,wpa_supplicant,-s MULTICALL=1 dump_cflags) | \
sed -e 's,-n ,,g' -e 's,$(TARGET_CFLAGS),,' \
` > $(PKG_BUILD_DIR)/.cflags
$(call Build/RunMake,hostapd, \