Rename linuxManualConfig to buildLinux

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2014-01-21 20:05:55 -05:00
parent c373a49b10
commit d18bc25b95
4 changed files with 13 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, perl, linuxManualConfig
{ stdenv, perl, buildLinux
, # The kernel source tarball.
src
@@ -97,7 +97,7 @@ let
installPhase = "mv .config $out";
};
kernel = linuxManualConfig {
kernel = buildLinux {
inherit version modDirVersion src kernelPatches;
configfile = configfile.nativeDrv or configfile;