3
0
Fork 0
forked from mirrors/nixpkgs

linux-testing: 4.12-rc7 -> 4.13-rc1

This commit is contained in:
Tim Steinbach 2017-07-15 19:30:44 -04:00
parent 81b993369c
commit b103e9317a
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA
2 changed files with 7 additions and 5 deletions

View file

@ -302,7 +302,9 @@ with stdenv.lib;
CIFS_UPCALL y
CIFS_ACL y
CIFS_DFS_UPCALL y
CIFS_SMB2 y
${optionalString (versionOlder version "4.13") ''
CIFS_SMB2 y
''}
${optionalString (versionAtLeast version "3.12") ''
CEPH_FSCACHE y
''}

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.12-rc7";
modDirVersion = "4.12.0-rc7";
extraMeta.branch = "4.12";
version = "4.13-rc1";
modDirVersion = "4.13.0-rc1";
extraMeta.branch = "4.13";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1svfswv0b4gagv1yiavwb22p726h0w81lgxjqq0h9m3gf4xlqp3x";
sha256 = "1pdbykp2336vk7ynrz0l95rwqags6kklbr08wjc7zpmdaad6yd6m";
};
features.iwlwifi = true;