luci-app-speederv2: replace depends
This commit is contained in:
parent
e14f31766d
commit
32ec2a1c33
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user