Remove firmware loader fallback.
Systemd dropped support in 207 (would be nice if configure failed with a bad flag), so all this does is add an annoying delay if firmware can't be found by the kernel
This commit is contained in:
@@ -478,11 +478,6 @@ with stdenv.lib;
|
||||
''}
|
||||
ZRAM m
|
||||
|
||||
# Enable firmware loading via udev (legacy).
|
||||
${optionalString (versionAtLeast version "3.17") ''
|
||||
FW_LOADER_USER_HELPER_FALLBACK y
|
||||
''}
|
||||
|
||||
# Enable PCIe and USB for the brcmfmac driver
|
||||
BRCMFMAC_USB? y
|
||||
BRCMFMAC_PCIE? y
|
||||
|
||||
Reference in New Issue
Block a user