Merge pull request #40546 from yorickvP/patch-2

linux: add CONFIG_KEY_DH_OPERATIONS
This commit is contained in:
Yegor Timoshenko 2018-05-15 15:48:36 +03:00 committed by GitHub
commit 97071e5e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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") ''
KEY_DH_OPERATIONS y
''}
# Disable the firmware helper fallback, udev doesn't implement it any more
FW_LOADER_USER_HELPER_FALLBACK? n