[Buildroot] [PATCH next 1/1] package/wpa_supplicant: need EAP when HOTSPOT is enabled.

Arnout Vandecappelle arnout at mind.be
Tue Feb 16 21:01:47 UTC 2021



On 15/02/2021 09:40, Nicolas Cavallari wrote:
> Make WPA_SUPPLICANT_HOTSPOT depend on WPA_SUPPLICANT_EAP, Otherwise,
> compilation fails with errors like:
> 
> interworking.c:1439:15: error: ‘struct wpa_ssid’ has no member named ‘eap’
> 
> Signed-off-by: Nicolas Cavallari <nicolas.cavallari at green-communications.fr>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/wpa_supplicant/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
> index 3c986ff4ba..27ad22430a 100644
> --- a/package/wpa_supplicant/Config.in
> +++ b/package/wpa_supplicant/Config.in
> @@ -94,6 +94,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT_EAP
>  
>  config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
>  	bool "Enable HS20"
> +	select BR2_PACKAGE_WPA_SUPPLICANT_EAP
>  	help
>  	  Enable Hotspot 2.0 and IEEE 802.11u interworking
>  	  functionality.
> 



More information about the buildroot mailing list