reverted default kernel back to 2.6.35

svn path=/nixpkgs/trunk/; revision=30188
This commit is contained in:
Sander van der Burg 2011-11-02 13:51:31 +00:00
parent 2a7dfdbce9
commit bf457edff0

View File

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