3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.13-rc4 -> 4.13-rc6

This commit is contained in:
Tim Steinbach 2017-08-22 03:23:30 -04:00
parent 09779623b4
commit cd85a704a5
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA
2 changed files with 7 additions and 3 deletions

View file

@ -642,6 +642,10 @@ with stdenv.lib;
TEST_USER_COPY? n
XZ_DEC_TEST? n
${optionalString (versionAtLeast version "4.13") ''
TEST_KMOD n
''}
${optionalString (versionOlder version "4.4") ''
EFI_TEST? n
RCU_PERF_TEST? n

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.13-rc4";
modDirVersion = "4.13.0-rc4";
version = "4.13-rc6";
modDirVersion = "4.13.0-rc6";
extraMeta.branch = "4.13";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "00yiihmgifvl4bas861p87166nb1mf59b6nm5jsfk2zr27pszlyx";
sha256 = "06jdbgihdjmq84d7km43f3w6d3hwmbnv3sgzip3nhx77l14cp7f2";
};
features.iwlwifi = true;