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:
@@ -12715,7 +12715,7 @@ with pkgs;
|
||||
});
|
||||
|
||||
# The current default kernel / kernel modules.
|
||||
linuxPackages = linuxPackages_4_14;
|
||||
linuxPackages = linuxPackages_4_9;
|
||||
linux = linuxPackages.kernel;
|
||||
|
||||
# Update this when adding the newest kernel major version!
|
||||
|
||||
Reference in New Issue
Block a user