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

Add MPTCP upstream support to dsvpn

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-03-04 08:24:31 +01:00
parent e88d3b7b07
commit 6e5006b7e1
2 changed files with 5 additions and 68 deletions

View file

@ -8,10 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/jedisct1/dsvpn.git
PKG_SOURCE_VERSION:=3b99d2ef6c02b2ef68b5784bec8adfdd55b29b1a
#PKG_SOURCE_URL:=https://github.com/jedisct1/dsvpn.git
PKG_SOURCE_URL:=https://github.com/Ysurac/dsvpn.git
#PKG_SOURCE_VERSION:=3b99d2ef6c02b2ef68b5784bec8adfdd55b29b1a
PKG_SOURCE_VERSION:=4333aa705efd9c86c76809614d20dc5ebf43da7f
PKG_NAME:=dsvpn
PKG_VERSION:=0.1.4-$(PKG_SOURCE_VERSION)
PKG_VERSION:=0.1.5-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk