mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
hostapd: build with SAE for WPA3 support
This commit is contained in:
parent
cf8da7eabd
commit
214bbb5cf0
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user