linux: 4.9.170 -> 4.9.171

This commit is contained in:
Tim Steinbach 2019-04-27 07:55:56 -04:00
parent 3d829058a1
commit 8d98033d99
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.9.170";
version = "4.9.171";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "078k8dz3nmici7rs7x25h4vr1qaa588zwymv4gs722wfzi07p21k";
sha256 = "00bznn1x8rq0wgjpl8sbp0cp4mzpbzjdnf2rvm8rinklpy9dj723";
};
} // (args.argsOverride or {}))

View File

@ -15010,7 +15010,6 @@ in
[ kernelPatches.bridge_stp_helper
kernelPatches.cpu-cgroup-v2."4.9"
kernelPatches.modinst_arg_list_too_long
kernelPatches.i2c-oops
];
};