forked from mirrors/nixpkgs
Update linux_latest reference to 3.17
This commit is contained in:
parent
4397ec5cab
commit
a69caaa65b
|
@ -7958,8 +7958,8 @@ let
|
|||
linuxPackages = linuxPackages_3_12;
|
||||
|
||||
# Update this when adding the newest kernel major version!
|
||||
linux_latest = pkgs.linux_3_16;
|
||||
linuxPackages_latest = pkgs.linuxPackages_3_16;
|
||||
linux_latest = pkgs.linux_3_17;
|
||||
linuxPackages_latest = pkgs.linuxPackages_3_17;
|
||||
|
||||
# Build the kernel modules for the some of the kernels.
|
||||
linuxPackages_3_2 = recurseIntoAttrs (linuxPackagesFor pkgs.linux_3_2 linuxPackages_3_2);
|
||||
|
|
Loading…
Reference in a new issue