luci-app-speederv2: replace depends

This commit is contained in:
CN_SZTL 2020-11-14 17:32:21 +08:00
parent e14f31766d
commit 32ec2a1c33
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Support for speederv2-tunnel
LUCI_DEPENDS:=+speederv2-tunnel
LUCI_DEPENDS:=+UDPspeeder
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-speederv2
PKG_VERSION:=1.1.0
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

View File

@ -74,7 +74,7 @@ start_instance() {
[ $? -eq 0 ] && server_ip="[$server_ip]"
procd_open_instance
procd_set_param command /usr/bin/speederv2
procd_set_param command /usr/bin/udpspeeder
procd_append_param command -c
procd_append_param command -r ${server_ip}:${server_port}
procd_append_param command -l ${listen_ip}:${listen_port} && _log "info" "listening on: ${listen_ip}:${listen_port}"