about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2016-09-16 13:15:50 +0200
committerGuillaume Maudoux <layus.on@gmail.com>2016-09-16 13:15:50 +0200
commitf0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2 (patch)
treedf3e74c67eb67a165b5d1e11a5b4c7e605dba432 /pkgs/os-specific
parent0ffdb89d956c9daef80858c57040ffe2862164c6 (diff)
downloadnixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar.gz
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar.bz2
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar.lz
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar.xz
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.tar.zst
nixlib-f0e519d26a7cdab6d3f2c2e658658a6dd88e0ca2.zip
linux_mptcp: fix config options broken by b4a4a63cc4ed8ebd8c1fbbfb3b89a408e907045a
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-mptcp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-mptcp.nix b/pkgs/os-specific/linux/kernel/linux-mptcp.nix
index b39514d45dd9..52a52562d602 100644
--- a/pkgs/os-specific/linux/kernel/linux-mptcp.nix
+++ b/pkgs/os-specific/linux/kernel/linux-mptcp.nix
@@ -29,12 +29,12 @@ import ./generic.nix (args // rec {
     # ... but use none by default.
     # The default is safer if source policy routing is not setup.
     DEFAULT_DUMMY y
-    DEFAULT_MPTCP_PM "default"
+    DEFAULT_MPTCP_PM default
 
     # MPTCP scheduler selection.
     # Disabled as the only non-default is the useless round-robin.
     MPTCP_SCHED_ADVANCED n
-    DEFAULT_MPTCP_SCHED "default"
+    DEFAULT_MPTCP_SCHED default
 
     # Smarter TCP congestion controllers
     TCP_CONG_LIA m