aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-09-03 21:42:02 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-09-03 21:51:06 +0200
commit967d6460c02810c9f4ec6f8c6894057995a03bf9 (patch)
tree57ffeb5227a122cc34ba52ca4876712f23484d30 /package/network/services/hostapd
parentded905ce431bfdb4809124e0f0a587013f980b07 (diff)
downloadupstream-967d6460c02810c9f4ec6f8c6894057995a03bf9.tar.gz
upstream-967d6460c02810c9f4ec6f8c6894057995a03bf9.tar.bz2
upstream-967d6460c02810c9f4ec6f8c6894057995a03bf9.zip
hostapd: fix build of wpa-supplicant-p2p
VARIANT:= got removed by accident. Fixes: 3838b16943c6 ("hostapd: fix conflicts hell") Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/network/services/hostapd')
-rw-r--r--package/network/services/hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 2941c92b50..a5c5379738 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -302,6 +302,7 @@ define Package/wpa-supplicant-p2p
$(call Package/wpa-supplicant/Default,$(1))
TITLE+= (with Wi-Fi P2P support)
DEPENDS+=@PACKAGE_kmod-cfg80211
+ VARIANT:=supplicant-p2p-internal
endef
define Package/wpa-supplicant-mesh/Default