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

Use root server by default, as before. Use software checksum for eth

This commit is contained in:
Ycarus 2018-03-14 17:17:12 +01:00
parent cc844f3b06
commit 67511c83a9
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mptcp
PKG_VERSION:=3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@ -21,7 +21,7 @@ define Package/mptcp
SECTION:=net
CATEGORY:=Network
TITLE:=Multipath TCP configuration scrips
DEPENDS:=+ip +iptables
DEPENDS:=+ip +iptables +ethtool
KCONFIG:=\
CONFIG_MPTCP=y \
CONFIG_MPTCP_BINDER=y \