Really disable the firmware loader user helper fallback

This commit is contained in:
Shea Levy 2015-10-30 13:31:51 -04:00
parent 4a889ddad0
commit 3c14c32975

View file

@ -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}
''