1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Support IPv6 for MPTCP

This commit is contained in:
Ycarus 2018-10-26 16:52:11 +02:00
parent d30b6452dd
commit 623f0133a0
3 changed files with 100 additions and 21 deletions

View file

@ -20,8 +20,8 @@ include $(INCLUDE_DIR)/package.mk
define Package/mptcp
SECTION:=net
CATEGORY:=Network
TITLE:=Multipath TCP configuration scrips
DEPENDS:=+ip +iptables +ethtool
TITLE:=Multipath TCP configuration scripts
DEPENDS:=+ip +iptables +ethtool +ipcalc
KCONFIG:=\
CONFIG_MPTCP=y \
CONFIG_MPTCP_BINDER=y \