forked from mirrors/nixpkgs
Enabling ipv6 at least as module in the zen5 arm kernel
svn path=/nixpkgs/branches/stdenv-updates/; revision=18315
This commit is contained in:
parent
6675f0a52c
commit
605b62da11
|
@ -178,6 +178,7 @@ let
|
|||
setOptionYes CONFIG_REISERFS_FS
|
||||
setOptionYes CONFIG_FUSE_FS
|
||||
setOptionYes CONFIG_ISO9660_FS
|
||||
setOptionMod CONFIG_IPV6
|
||||
''+
|
||||
(if a.lib.attrByPath ["ckSched"] false a then ''
|
||||
killOption CONFIG_CPU_CFS
|
||||
|
|
Loading…
Reference in a new issue