aboutsummaryrefslogtreecommitdiffstats
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
commitf0a8a11ddfa2d58d9907b07bd537f6ba9e266c71 (patch)
treeac36be085b9943adcec164d07c4a8f88868d34cd /package/hostapd/Makefile
parent580f1fe5825d817e97ba7aaab5e6d5a432a3f48c (diff)
downloadmaster-187ad058-f0a8a11ddfa2d58d9907b07bd537f6ba9e266c71.tar.gz
master-187ad058-f0a8a11ddfa2d58d9907b07bd537f6ba9e266c71.tar.bz2
master-187ad058-f0a8a11ddfa2d58d9907b07bd537f6ba9e266c71.zip
hostapd/mac80211: implement support for AP+STA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23602 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, \