aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2021-08-11 13:11:20 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2021-08-11 13:11:59 +0200
commit22dc0aad2b598f2ecb72037925526e4a4c92592a (patch)
tree1cce2a4fa4a5aad45e7fc4756033799a9f3b7763
parentb49fd20d6b31cd4e829fb1f8e0406bfffff49001 (diff)
downloadkernel_replicant_linux-22dc0aad2b598f2ecb72037925526e4a4c92592a.tar.gz
kernel_replicant_linux-22dc0aad2b598f2ecb72037925526e4a4c92592a.tar.bz2
kernel_replicant_linux-22dc0aad2b598f2ecb72037925526e4a4c92592a.zip
net: Enable MPTCP
Closes: #987815
-rw-r--r--debian/changelog6
-rw-r--r--debian/config/config5
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d03704e3427..5008fae60c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux (5.13.9-1~exp3) UNRELEASED; urgency=medium
+
+ * net: Enable MPTCP (Closes: #987815)
+
+ -- Salvatore Bonaccorso <carnil@debian.org> Wed, 11 Aug 2021 13:11:46 +0200
+
linux (5.13.9-1~exp2) experimental; urgency=medium
* Fix linux-cpupower installation.
diff --git a/debian/config/config b/debian/config/config
index fe2ddd9a8ccd..b83235d32408 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -7213,6 +7213,11 @@ CONFIG_MPLS_ROUTING=m
CONFIG_MPLS_IPTUNNEL=m
##
+## file: net/mptcp/Kconfig
+##
+CONFIG_MPTCP=y
+
+##
## file: net/ncsi/Kconfig
##
# CONFIG_NET_NCSI is not set