package/wpa_supplicant: Allow mesh configuration
wpa_supplicant defconfig doesn't enable CONFIG_MESH by default, and currently there is only a path to disable it in buildroot. This patch will restore the logic to enable it. Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com> Tested-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Acked-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
f1d74108b1
commit
0ae5ca9b67
@ -104,7 +104,9 @@ else
|
||||
WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_WIFI_DISPLAY
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_MESH_NETWORKING),)
|
||||
ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_MESH_NETWORKING),y)
|
||||
WPA_SUPPLICANT_CONFIG_ENABLE += CONFIG_MESH
|
||||
else
|
||||
WPA_SUPPLICANT_CONFIG_DISABLE += CONFIG_MESH
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user