forked from mirrors/nixpkgs
Changed the default linux kernel to the 2.6.39 series
svn path=/nixpkgs/trunk/; revision=30187
This commit is contained in:
parent
c882363fce
commit
2a7dfdbce9
1 changed files with 1 additions and 1 deletions
|
@ -5774,7 +5774,7 @@ let
|
||||||
|
|
||||||
# The current default kernel / kernel modules.
|
# The current default kernel / kernel modules.
|
||||||
linux = linuxPackages.kernel;
|
linux = linuxPackages.kernel;
|
||||||
linuxPackages = linuxPackages_2_6_35;
|
linuxPackages = linuxPackages_2_6_39;
|
||||||
|
|
||||||
keyutils = callPackage ../os-specific/linux/keyutils { };
|
keyutils = callPackage ../os-specific/linux/keyutils { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue