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

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