linux_latest: 4.9 -> 4.14

4.14 is going to be the next LTS kernel - http://kroah.com/log/blog/2017/10/16/linux-kernel-community-enforcement-statement/
This commit is contained in:
Tim Steinbach 2017-11-13 08:34:51 -05:00
parent 53730c5a92
commit bfe9c928c1
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

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