1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 08:28:20 +00:00

linux: add CONFIG_KEY_DH_OPERATIONS

This commit is contained in:
Yorick 2018-05-14 02:03:42 +02:00 committed by GitHub
parent 09204fe806
commit f8dc3abbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -636,6 +636,11 @@ with stdenv.lib;
X86_X2APIC y
IRQ_REMAP y
''}
# needed for iwd WPS support (wpa_supplicant replacement)
${optionalString (versionAtLeast version "4.7") ''
CONFIG_KEY_DH_OPERATIONS y
''}
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK? n