From 000da5e808ba2d7baa4048c39634ea59f0fea77f Mon Sep 17 00:00:00 2001 From: vdutta Date: Thu, 31 Mar 2022 16:13:35 +0530 Subject: [PATCH] stunc: Datamodel improvements --- stunc/Makefile | 4 ++-- stunc/files/etc/init.d/stunc | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/stunc/Makefile b/stunc/Makefile index 998f2ed5b..1712033ae 100755 --- a/stunc/Makefile +++ b/stunc/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunc -PKG_VERSION:=1.1.2 +PKG_VERSION:=1.1.3 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=fbd3cb0f101d115744ecf927516c2268c10cf3a0 +PKG_SOURCE_VERSION:=c5de804fb976d17fd9a7ed7967d760d0c7e4c224 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/stunc.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/stunc/files/etc/init.d/stunc b/stunc/files/etc/init.d/stunc index b8ef24ca0..2f2d83283 100755 --- a/stunc/files/etc/init.d/stunc +++ b/stunc/files/etc/init.d/stunc @@ -36,11 +36,6 @@ start_service() { return 0; fi - if [ -z "${server_address}" ]; then - log "Stun server address not defined or invalid" - return 0; - fi - procd_open_instance stunc procd_set_param command ${PROG} procd_set_param respawn "3" "7" "0"