[PATCH] Set auth_algs in hostapd.conf, make it configurable for WEP
[openwrt.git] / package / hostapd / Makefile
index 5bcaba9..172e89b 100644 (file)
@@ -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, \
This page took 0.027213 seconds and 4 git commands to generate.