linux: config: remove prefix on KEY_DH_OPERATIONS
This commit is contained in:
parent
f8dc3abbb0
commit
c7e8ddc066
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue