linux: config: remove prefix on KEY_DH_OPERATIONS

This commit is contained in:
Yorick 2018-05-15 14:33:29 +02:00 committed by GitHub
parent f8dc3abbb0
commit c7e8ddc066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -639,7 +639,7 @@ with stdenv.lib;
# needed for iwd WPS support (wpa_supplicant replacement)
${optionalString (versionAtLeast version "4.7") ''
CONFIG_KEY_DH_OPERATIONS y
KEY_DH_OPERATIONS y
''}
# Disable the firmware helper fallback, udev doesn't implement it any more