linux_testing: 4.11-rc1 -> 4.11-rc2

This commit is contained in:
Franz Pletz 2017-03-13 15:13:02 +01:00
parent 91744f31b0
commit a691c06556
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 4 additions and 4 deletions

View File

@ -456,7 +456,7 @@ with stdenv.lib;
FTRACE_SYSCALLS y
SCHED_TRACER y
STACK_TRACER y
UPROBE_EVENT y
UPROBE_EVENT? y
${optionalString (versionAtLeast version "4.4") ''
BPF_SYSCALL y
BPF_EVENTS y

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.11-rc1";
modDirVersion = "4.11.0-rc1";
version = "4.11-rc2";
modDirVersion = "4.11.0-rc2";
extraMeta.branch = "4.11";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "19zcyjqiw255d48k1mk33i1wgbiwv58nn3dw9i9079hfb843s28l";
sha256 = "1rfdnx7klrb8z9372ydmrsw6bk3i6xqa0am3vjqy75mjp54063vx";
};
features.iwlwifi = true;