mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Adding the pc kernel headers base config, for the new linux kernel headers to build.
svn path=/nixpkgs/trunk/; revision=20307
This commit is contained in:
parent
72d59e3920
commit
38a19b7202
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ rec {
|
|||
pc = {
|
||||
name = "pc";
|
||||
uboot = null;
|
||||
kernelHeadersBaseConfig = "defconfig";
|
||||
kernelBaseConfig = "defconfig";
|
||||
# Build whatever possible as a module, if not stated in the extra config.
|
||||
kernelAutoModules = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue