From: Martin Bark Date: Sat, 11 Jun 2016 16:13:09 +0000 (+0100) Subject: wpa_supplicant: add support for simple background scan X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ae1d47f55e3ff3d1ba6d546838f8ee19705a1ff;p=buildroot.git 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 --- 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 \