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
@ -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…
Reference in New Issue
Block a user