update 2023-12-03 00:21:48
This commit is contained in:
parent
e12e3cb111
commit
e7b49805bb
|
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=luci-app-natter
|
||||
PKG_VERSION:=1.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
LUCI_TITLE:=LuCI Support for Natter
|
||||
LUCI_PKGARCH:=all
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=98
|
||||
USE_PROCD=0
|
||||
|
||||
start_service() {
|
||||
local basic_list="enable log_path tcp_stun_server udp_stun_server keep_alive_url local_ip"
|
||||
|
|
Loading…
Reference in New Issue