From 0ae1d47f55e3ff3d1ba6d546838f8ee19705a1ff Mon Sep 17 00:00:00 2001 From: Martin Bark Date: Sat, 11 Jun 2016 17:13:09 +0100 Subject: [PATCH] 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 Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/wpa_supplicant/wpa_supplicant.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \