Skip to content

Commit 0ee624c

Browse files
committedJun 25, 2017
Revert "linux: 4.9.33 -> 4.9.34"
This reverts commit e74d2b4.
1 parent 39cd4cf commit 0ee624c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎pkgs/os-specific/linux/kernel/common-config.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ with stdenv.lib;
579579
FW_LOADER_USER_HELPER_FALLBACK? n
580580
581581
# Disable various self-test modules that have no use in a production system
582-
${optionalString (versionOlder version "4.9") ''
582+
${optionalString (versionOlder version "4.11") ''
583583
ARM_KPROBES_TEST? n
584584
''}
585585

‎pkgs/os-specific/linux/kernel/linux-4.9.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
22

33
import ./generic.nix (args // rec {
4-
version = "4.9.34";
4+
version = "4.9.33";
55
extraMeta.branch = "4.9";
66

77
src = fetchurl {
88
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
9-
sha256 = "0ij55aqdhqf92a79n9xqw0p32bsksw4zxpn2zhcylhgsn78mkl8k";
9+
sha256 = "0d2cai3bq1bkmisbsl6l27di765xmzn3lscwray30ldbssijpjpm";
1010
};
1111

1212
kernelPatches = args.kernelPatches;

0 commit comments

Comments
 (0)
Please sign in to comment.