mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Enabling Media PCI adapters (needed for PCI DVB cards)
This commit is contained in:
parent
f3d94cfc23
commit
ede005ad3f
@ -478,6 +478,7 @@ with stdenv.lib;
|
||||
''}
|
||||
${optionalString (versionAtLeast version "3.7") ''
|
||||
MEDIA_USB_SUPPORT y
|
||||
MEDIA_PCI_SUPPORT y
|
||||
''}
|
||||
|
||||
# Our initrd init uses shebang scripts, so can't be modular.
|
||||
|
Loading…
Reference in New Issue
Block a user