linux_mptcp: 0.90.1 (kernel 3.18) -> 0.91 (kernel 4.1) (#17675)

This commit is contained in:
Guillaume Maudoux
2016-08-12 15:14:24 +02:00
committed by Franz Pletz
parent bd20aaa767
commit b1817fa8a3
2 changed files with 10 additions and 5 deletions

View File

@@ -1,20 +1,22 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
mptcpVersion = "0.90.1";
modDirVersion = "3.18.25";
mptcpVersion = "0.91";
modDirVersion = "4.1.26";
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
extraMeta = {
branch = "3.18";
branch = "4.1";
maintainers = stdenv.lib.maintainers.layus;
};
src = fetchurl {
url = "https://github.com/multipath-tcp/mptcp/archive/v${mptcpVersion}.tar.gz";
sha256 = "088cpxl960xzrsz7x2lkq28ksa4gzjb1hp5yf8hxshihyhdaspwl";
sha256 = "0rbvgz89j5wk781y201qdxy2kz4gmlamb72wdbxj8mxv92x56lh3";
};
kernelPatches = args.kernelPatches;
extraConfig = ''
IPV6 y
MPTCP y