summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2016-06-11 17:13:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-06-28 21:55:46 +0200
commit0ae1d47f55e3ff3d1ba6d546838f8ee19705a1ff (patch)
tree22c58f36ee3ddd25f06b9846abd4d311fe4dd3a9
parent6c07ed213873cf75367c0139932e63140c5e03ab (diff)
downloadbuildroot-0ae1d47f55e3ff3d1ba6d546838f8ee19705a1ff.tar.gz
buildroot-0ae1d47f55e3ff3d1ba6d546838f8ee19705a1ff.zip
wpa_supplicant: add support for simple background scan
CONFIG_BGSCAN_SIMPLE is missing from the defconfig included with wpa_supplicant. Many programs that depend on wpa_supplicant assume bgscan is enabled, for example connman will try to set bgscan by default. It is safe to always enable CONFIG_BGSCAN_SIMPLE since it is only used if wpa_supplicant is configured to do so. Signed-off-by: Martin Bark <martin@barkynet.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/wpa_supplicant/wpa_supplicant.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index ba1180d4b6..21bbd3e5a9 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -20,7 +20,8 @@ WPA_SUPPLICANT_INSTALL_STAGING = YES
WPA_SUPPLICANT_CONFIG_EDITS =
-WPA_SUPPLICANT_CONFIG_SET =
+# Add support for simple background scan
+WPA_SUPPLICANT_CONFIG_SET = CONFIG_BGSCAN_SIMPLE
WPA_SUPPLICANT_CONFIG_ENABLE = \
CONFIG_IEEE80211AC \
OpenPOWER on IntegriCloud