* Move config-blocks.nix to zen-kernel where it's used.
svn path=/nixpkgs/trunk/; revision=23721
This commit is contained in:
parent
9ff5c12798
commit
ead1b8bc5c
@ -4,7 +4,7 @@ args @ {stdenv, fetchurl, xz, runCommand, userModeLinux ? false, extraConfig ? "
|
|||||||
...}:
|
...}:
|
||||||
|
|
||||||
let
|
let
|
||||||
conf = import ../kernel/config-blocks.nix;
|
conf = import ./config-blocks.nix;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ args @ {stdenv, fetchurl, xz, runCommand, userModeLinux ? false, extraConfig ? "
|
|||||||
...}:
|
...}:
|
||||||
|
|
||||||
let
|
let
|
||||||
conf = import ../kernel/config-blocks.nix;
|
conf = import ./config-blocks.nix;
|
||||||
|
|
||||||
baseKernelVersion = "2.6.33";
|
baseKernelVersion = "2.6.33";
|
||||||
ZenSuffix = "zen1";
|
ZenSuffix = "zen1";
|
||||||
|
Loading…
Reference in New Issue
Block a user