3
0
Fork 0
forked from mirrors/nixpkgs

Adding Linux 2.6.38

svn path=/nixpkgs/trunk/; revision=26420
This commit is contained in:
Michael Raskin 2011-03-18 12:23:36 +00:00
parent 9701661f24
commit b8c18bd6c3

View file

@ -5023,6 +5023,16 @@ let
];
};
linux_2_6_38 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.38.nix) {
inherit fetchurl stdenv perl mktemp module_init_tools ubootChooser;
kernelPatches =
[ #kernelPatches.fbcondecor_2_6_35
kernelPatches.sec_perm_2_6_24
#kernelPatches.aufs2_2_6_35
#kernelPatches.mips_restart_2_6_36
];
};
/* 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