From: Alexander Couzens Date: Mon, 3 Sep 2018 19:42:02 +0000 (+0200) Subject: hostapd: fix build of wpa-supplicant-p2p X-Git-Tag: v19.07.0-rc1~2655 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=967d6460c02810c9f4ec6f8c6894057995a03bf9 hostapd: fix build of wpa-supplicant-p2p VARIANT:= got removed by accident. Fixes: 3838b16943c6 ("hostapd: fix conflicts hell") Signed-off-by: Alexander Couzens --- 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