forked from mirrors/nixpkgs
ChromiumOS kernel option fixup
(cherry picked from commit 9d03355bed
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
9b544ab3cc
commit
b13a486f24
|
@ -478,6 +478,9 @@ with stdenv.lib;
|
|||
''}
|
||||
${optionalString (versionAtLeast version "3.7") ''
|
||||
MEDIA_USB_SUPPORT y
|
||||
${optionalString (!(features.chromiumos or false)) ''
|
||||
MEDIA_PCI_SUPPORT y
|
||||
''}
|
||||
''}
|
||||
|
||||
# Our initrd init uses shebang scripts, so can't be modular.
|
||||
|
|
Loading…
Reference in a new issue