* Bump the default Linux kernel to 2.6.35 (the most recent longterm

stability kernel).

svn path=/nixpkgs/trunk/; revision=29312
This commit is contained in:
Eelco Dolstra 2011-09-16 19:15:06 +00:00
parent 6ed0f99b70
commit fd68946fa8

View File

@ -5686,7 +5686,7 @@ let
# The current default kernel / kernel modules.
linux = linuxPackages.kernel;
linuxPackages = linuxPackages_2_6_32;
linuxPackages = linuxPackages_2_6_35;
keyutils = callPackage ../os-specific/linux/keyutils { };