linux_mptcp: 0.94 -> 0.94.1
Also introduce linux_mptcp_94 alias to prevent from overriding the wrong kernel when switching across branches. test
This commit is contained in:
parent
609f9198f2
commit
3c94e4782f
@ -1,8 +1,8 @@
|
||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (rec {
|
||||
mptcpVersion = "0.94";
|
||||
modDirVersion = "4.14.24";
|
||||
mptcpVersion = "0.94.1";
|
||||
modDirVersion = "4.14.70";
|
||||
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
|
||||
# autoModules= true;
|
||||
|
||||
@ -15,7 +15,7 @@ buildLinux (rec {
|
||||
owner = "multipath-tcp";
|
||||
repo = "mptcp";
|
||||
rev = "v${mptcpVersion}";
|
||||
sha256 = "01y3jf5awdxcv6vfpr30n0vaa8w1wgip0whiv88d610550299hkv";
|
||||
sha256 = "13mi672jr1x463kzig1hi9cpdi8x6nqdfd4bqlrjn8zca48f4ln4";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -14067,8 +14067,8 @@ with pkgs;
|
||||
];
|
||||
};
|
||||
|
||||
# linux mptcp is based on the 4.4 kernel
|
||||
linux_mptcp = callPackage ../os-specific/linux/kernel/linux-mptcp.nix {
|
||||
linux_mptcp = linux_mptcp_94;
|
||||
linux_mptcp_94 = callPackage ../os-specific/linux/kernel/linux-mptcp.nix {
|
||||
kernelPatches =
|
||||
[ kernelPatches.bridge_stp_helper
|
||||
kernelPatches.cpu-cgroup-v2."4.11"
|
||||
|
Loading…
Reference in New Issue
Block a user