From c5889009cb8c37473940370608a690e70cd5c0e9 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 18 Oct 2021 19:32:31 +0200 Subject: [PATCH] Add MPTCP IPV6 kernel setting --- mptcp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mptcp/Makefile b/mptcp/Makefile index ecfb24e82..95cb91198 100644 --- a/mptcp/Makefile +++ b/mptcp/Makefile @@ -24,6 +24,7 @@ define Package/mptcp DEPENDS:=+ip +iptables +ethtool +ipcalc KCONFIG:=\ CONFIG_MPTCP=y \ + CONFIG_MPTCP_IPV6=y \ CONFIG_MPTCP_BINDER=y \ CONFIG_MPTCP_FULLMESH=y \ CONFIG_MPTCP_NDIFFPORTS=y \