Finally added sane way to add mutiple kernel options without hacking all-packages.nix..
svn path=/nixpkgs/trunk/; revision=9378
This commit is contained in:
parent
aae986fcf9
commit
2c2a03a2b8
@ -2804,6 +2804,13 @@ rec {
|
|||||||
extraConfig = "# CONFIG_IRQBALANCE is not set\n";
|
extraConfig = "# CONFIG_IRQBALANCE is not set\n";
|
||||||
}
|
}
|
||||||
] else [])
|
] else [])
|
||||||
|
++
|
||||||
|
[{
|
||||||
|
|
||||||
|
name = "External-config";
|
||||||
|
patch = ../lib/empty.file;
|
||||||
|
extraConfig =( getConfig ["kernel" "addConfig"] "");
|
||||||
|
}]
|
||||||
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user