forked from mirrors/nixpkgs
* Make Linux 2.6.32 the default kernel.
svn path=/nixpkgs/trunk/; revision=19204
This commit is contained in:
parent
db6f4ee89c
commit
d120be63b6
|
@ -5626,7 +5626,7 @@ let
|
|||
kernelPackages_2_6_32 = recurseIntoAttrs (kernelPackagesFor kernel_2_6_32);
|
||||
|
||||
# The current default kernel / kernel modules.
|
||||
kernel = kernel_2_6_28;
|
||||
kernel = kernel_2_6_32;
|
||||
kernelPackages = kernelPackagesFor kernel;
|
||||
|
||||
customKernel = composedArgsAndFun (lib.sumTwoArgs (import ../os-specific/linux/kernel/generic.nix) {
|
||||
|
|
Loading…
Reference in a new issue