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:
Lluís Batlle i Rossell 2010-03-01 13:12:57 +00:00
parent 72d59e3920
commit 38a19b7202

View file

@ -2,6 +2,7 @@ rec {
pc = { pc = {
name = "pc"; name = "pc";
uboot = null; uboot = null;
kernelHeadersBaseConfig = "defconfig";
kernelBaseConfig = "defconfig"; kernelBaseConfig = "defconfig";
# Build whatever possible as a module, if not stated in the extra config. # Build whatever possible as a module, if not stated in the extra config.
kernelAutoModules = true; kernelAutoModules = true;