linux: 4.8.14 -> 4.8.15
This commit is contained in:
parent
cb9ff3f7f9
commit
0e8e4a08f3
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.8.14";
|
version = "4.8.15";
|
||||||
extraMeta.branch = "4.8";
|
extraMeta.branch = "4.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
|
||||||
sha256 = "1ksszmlgb6cwqx90rn0cavg1n6xvhwn9nragwl7sha11hpbl9qw1";
|
sha256 = "1vlgacsdcww333n9vm2pmdfkcpkjhavrh1aalrr7p6vj2c4jc18n";
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPatches = args.kernelPatches;
|
kernelPatches = args.kernelPatches;
|
||||||
|
@ -11028,7 +11028,6 @@ in
|
|||||||
linux_4_8 = callPackage ../os-specific/linux/kernel/linux-4.8.nix {
|
linux_4_8 = callPackage ../os-specific/linux/kernel/linux-4.8.nix {
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.bridge_stp_helper
|
[ kernelPatches.bridge_stp_helper
|
||||||
kernelPatches.multithreaded_rsapubkey
|
|
||||||
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
|
||||||
# when adding a new linux version
|
# when adding a new linux version
|
||||||
# !!! 4.7 patch doesn't apply, 4.8 patch not up yet, will keep checking
|
# !!! 4.7 patch doesn't apply, 4.8 patch not up yet, will keep checking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user