Enabling MPTCP support in LEDE

Is there any available tutorial on how to enable MP-TCP support in LEDE?

The current LEDE image that I have is:

root@Router7:~# cat /etc/os-release
NAME="LEDE"
VERSION="17.01-SNAPSHOT, Reboot"
ID="lede"
ID_LIKE="lede openwrt"
PRETTY_NAME="LEDE Reboot 17.01-SNAPSHOT"
VERSION_ID="17.01-snapshot"
HOME_URL="http://lede-project.org/"
BUG_URL="http://bugs.lede-project.org/"
SUPPORT_URL="http://forum.openwrt.org/"
BUILD_ID="r0-7bbf353"
LEDE_BOARD="ipq806x/generic"
LEDE_ARCH="arm_cortex-a15_neon-vfpv4"
LEDE_TAINTS="no-all"
LEDE_DEVICE_MANUFACTURER="LEDE"
LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
LEDE_DEVICE_PRODUCT="Generic"
LEDE_DEVICE_REVISION="v0"
LEDE_RELEASE="LEDE Reboot 17.01-SNAPSHOT r0-7bbf353"

1 Like

I found the following guide which enables MPTCP on OpenWrt using an old Linux Kernel. Any new updates which support Kernel 4.4 on LEDE?

https://wiki.openwrt.org/doc/uci/mptcp

Hello!

I recently figured out how MPTCP patches can apply for LEDE and created a fork which contains the patch for the latest 4.4 kernel and 0.92 MPTCP version.

Please visit this post for details: https://blog.freifunk.net/2017/07/26/gsoc-2017-add-mptcp-support-ledeopenwrt-trunk-july-progress.

1 Like