From 1163f22972db1c8cfd47b21160d469fcc69e4c57 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 17 Mar 2010 06:42:21 +0000 Subject: [PATCH] Add 2.6.33-zen1 kernels svn path=/nixpkgs/trunk/; revision=20676 --- pkgs/top-level/all-packages.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 53aa72f2e75..811f04fc105 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6010,6 +6010,22 @@ let ]; }; + linux_2_6_33_zen1 = makeOverridable (import ../os-specific/linux/zen-kernel/2.6.33-zen1.nix) { + inherit fetchurl stdenv perl mktemp module_init_tools runCommand xz; + }; + + linux_2_6_33_zen1_oldi686 = linux_2_6_33_zen1.override { + features = { + oldI686 = true; + }; + }; + + linux_2_6_33_zen1_bfs = linux_2_6_33_zen1.override { + features = { + ckSched = true; + }; + }; + /* Linux kernel modules are inherently tied to a specific kernel. So rather than provide specific instances of those packages for a specific kernel, we have a function that builds those packages