Merge pull request #118323 from veehaitch/hostapd-sae-wpa3

hostapd: build with SAE for WPA3 support
This commit is contained in:
Martin Weinelt 2021-04-02 15:44:01 +02:00 committed by GitHub
commit c07d93eb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
CONFIG_HS20=y
CONFIG_ACS=y
CONFIG_GETRANDOM=y
CONFIG_SAE=y
'' + lib.optionalString (sqlite != null) ''
CONFIG_SQLITE=y
'';