projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477756b
)
wpa_supplicant: AP mode now requires nl80211
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Thu, 13 Oct 2016 10:30:40 +0000
(07:30 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 13 Oct 2016 19:45:45 +0000
(21:45 +0200)
Fixes:
http://autobuild.buildroot.net/results/427/
4275ea6e9f5a18d2ed42c93bdafbe6cbd50126a9
/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wpa_supplicant/Config.in
patch
|
blob
|
history
diff --git
a/package/wpa_supplicant/Config.in
b/package/wpa_supplicant/Config.in
index 85520b6a68d0e8d07b4a0344964f4c196217e9f4..454541fdce71276b4cf0d256fba8499ab8bb2fe0 100644
(file)
--- a/
package/wpa_supplicant/Config.in
+++ b/
package/wpa_supplicant/Config.in
@@
-31,6
+31,7
@@
comment "nl80211 support needs a toolchain w/ threads"
config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
bool "Enable AP mode"
+ depends on BR2_PACKAGE_WPA_SUPPLICANT_NL80211
help
With this option enabled, wpa_supplicant can act as an
access point much like hostapd does with a limited feature set.