uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
28
pkgs/os-specific/linux/kernel/mptcp-config.nix
Normal file
28
pkgs/os-specific/linux/kernel/mptcp-config.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{ lib }:
|
||||
with lib.kernel;
|
||||
{
|
||||
# DRM_AMDGPU = yes;
|
||||
|
||||
IPV6 = yes;
|
||||
MPTCP = yes;
|
||||
IP_MULTIPLE_TABLES = yes;
|
||||
|
||||
# Enable advanced path-managers...
|
||||
MPTCP_PM_ADVANCED = yes;
|
||||
MPTCP_FULLMESH = yes;
|
||||
MPTCP_NDIFFPORTS = yes;
|
||||
# ... but use none by default.
|
||||
# The default is safer if source policy routing is not setup.
|
||||
DEFAULT_DUMMY = yes;
|
||||
DEFAULT_MPTCP_PM.freeform = "default";
|
||||
|
||||
# MPTCP scheduler selection.
|
||||
MPTCP_SCHED_ADVANCED = yes;
|
||||
DEFAULT_MPTCP_SCHED.freeform = "default";
|
||||
|
||||
# Smarter TCP congestion controllers
|
||||
TCP_CONG_LIA = module;
|
||||
TCP_CONG_OLIA = module;
|
||||
TCP_CONG_WVEGAS = module;
|
||||
TCP_CONG_BALIA = module;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue