Enabling Media PCI adapters (needed for PCI DVB cards)

This commit is contained in:
Marko Poikonen 2016-02-16 22:44:23 +01:00
parent f3d94cfc23
commit ede005ad3f

View File

@ -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.