mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add MLVPN again
This commit is contained in:
parent
2c6de8de3c
commit
cf7508a58d
3 changed files with 4 additions and 3 deletions
|
@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mlvpn
|
PKG_NAME:=mlvpn
|
||||||
#PKG_VERSION:=6f13423b
|
#PKG_VERSION:=6f13423b
|
||||||
PKG_VERSION:=8f972097
|
#PKG_VERSION:=8f972097
|
||||||
#PKG_VERSION:=f45cec35
|
#PKG_VERSION:=f45cec35
|
||||||
|
PKG_VERSION:=3cf976fe
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
@ -64,6 +64,7 @@ start_service() {
|
||||||
reorder_buffer_size = ${reorder_buffer_size}
|
reorder_buffer_size = ${reorder_buffer_size}
|
||||||
loss_tolerence = ${loss_tolerence}
|
loss_tolerence = ${loss_tolerence}
|
||||||
password = "${password}"
|
password = "${password}"
|
||||||
|
mtu = 1452
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
local count=0 id=0
|
local count=0 id=0
|
||||||
|
|
|
@ -79,14 +79,13 @@ MY_DEPENDS := \
|
||||||
kmod-usb-net-huawei-cdc-ncm kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd \
|
kmod-usb-net-huawei-cdc-ncm kmod-usb-net-rndis kmod-usb-net-cdc-ether kmod-usb-net-ipheth usbmuxd \
|
||||||
kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su \
|
kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su \
|
||||||
luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 \
|
luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 \
|
||||||
wireguard
|
wireguard luci-app-mlvpn mlvpn
|
||||||
# softethervpn5-client softethervpn5-server
|
# softethervpn5-client softethervpn5-server
|
||||||
|
|
||||||
# luci-app-mlvpn ubond \
|
# luci-app-mlvpn ubond \
|
||||||
# kmod-ath9k kmod-ath9k-htc
|
# kmod-ath9k kmod-ath9k-htc
|
||||||
|
|
||||||
# (TARGET_x86||TARGET_x86_64):open-vm-tools \
|
# (TARGET_x86||TARGET_x86_64):open-vm-tools \
|
||||||
# luci-app-mlvpn mlvpn \
|
|
||||||
# (!TARGET_mvebu&&!TARGET_mediatek):kmod-fb-tft-all \
|
# (!TARGET_mvebu&&!TARGET_mediatek):kmod-fb-tft-all \
|
||||||
# lcd4linux-full
|
# lcd4linux-full
|
||||||
# kmod-spi-gpio-custom
|
# kmod-spi-gpio-custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue