Merge pull request #671 from micmac1/fs-stop

freeswitch: set stop level
This commit is contained in:
micmac1 2021-08-19 21:25:39 +02:00 committed by GitHub
commit 2feac1069f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch
PKG_VERSION:=1.10.6
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz

View file

@ -2,6 +2,7 @@
# Copyright (C) 2017 - 2018 OpenWrt.org
START=90
STOP=10
USE_PROCD=1