mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Really disable the firmware loader user helper fallback
This commit is contained in:
parent
4a889ddad0
commit
3c14c32975
@ -488,6 +488,9 @@ with stdenv.lib;
|
||||
IRQ_REMAP y
|
||||
''}
|
||||
|
||||
# Disable the firmware helper fallback, udev doesn't implement it any more
|
||||
FW_LOADER_USER_HELPER_FALLBACK? n
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user