projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded905c
)
hostapd: fix build of wpa-supplicant-p2p
author
Alexander Couzens
<lynxis@fe80.eu>
Mon, 3 Sep 2018 19:42:02 +0000
(21:42 +0200)
committer
Alexander Couzens
<lynxis@fe80.eu>
Mon, 3 Sep 2018 19:51:06 +0000
(21:51 +0200)
VARIANT:= got removed by accident.
Fixes: 3838b16943c6 ("hostapd: fix conflicts hell")
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index 2941c92b50f2487c71a8940016a8e8ad5ca260f6..a5c53797382644a2bcc450069cb6906ba5c07660 100644
(file)
--- 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