1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

Merge pull request #13745 from zohl/linux-chromiumos

linux_chromiumos_3_14: kernel option fix
This commit is contained in:
Nikolay Amiantov 2016-03-08 13:57:32 +03:00
commit fedabe3334

View file

@ -478,7 +478,9 @@ with stdenv.lib;
''}
${optionalString (versionAtLeast version "3.7") ''
MEDIA_USB_SUPPORT y
MEDIA_PCI_SUPPORT y
${optionalString (!(features.chromiumos or false)) ''
MEDIA_PCI_SUPPORT y
''}
''}
# Our initrd init uses shebang scripts, so can't be modular.