[Buildroot] [PATCH 1/3] package/wpa_supplicant: Fix options to actually disable features.

Arnout Vandecappelle arnout at mind.be
Sat Feb 13 12:46:14 UTC 2021



On 10/02/2021 19:50, Nicolas Cavallari wrote:
[snip]
>  
> -ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT),y)
> -WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_HS20 \
> +ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT),y)
 Actually, we prefer to "ifeq" way of writing this condition:

ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT),)


 I've fixed all occurrences of that, I've also rewrapped the multiline
assignments, and I've extended the commit message of the first patch a little.
With all that, applied to next, thanks!

 Regards,
 Arnout

[snip]



More information about the buildroot mailing list