linuxPackages: revert default linux kernel to 4.9

partially reverts bfe9c928c1 by author's request, since many modules
are currently broken. 4.14 will be the default kernel when the dust
settles

track github issue #31640
This commit is contained in:
Cray Elliott 2017-11-13 19:58:53 -08:00
parent 881e41f0ac
commit eb85eb5c73

View File

@ -12715,7 +12715,7 @@ with pkgs;
}); });
# The current default kernel / kernel modules. # The current default kernel / kernel modules.
linuxPackages = linuxPackages_4_14; linuxPackages = linuxPackages_4_9;
linux = linuxPackages.kernel; linux = linuxPackages.kernel;
# Update this when adding the newest kernel major version! # Update this when adding the newest kernel major version!