diff --git a/libvoice-broadcom/Makefile b/libvoice-broadcom/Makefile index e3e7eb6c7..910226c40 100644 --- a/libvoice-broadcom/Makefile +++ b/libvoice-broadcom/Makefile @@ -16,7 +16,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git -PKG_SOURCE_VERSION:=b53e93ca1a2fdda56ca9caffb6020e158e684f3d +PKG_SOURCE_VERSION:=d066c9d5c14757ab38e9ecb265ba24f5b33cdbce PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif diff --git a/voicemngr/Makefile b/voicemngr/Makefile index 9ccc383e0..a9e537c64 100644 --- a/voicemngr/Makefile +++ b/voicemngr/Makefile @@ -18,7 +18,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git -PKG_SOURCE_VERSION:=8cdd77393ac6a631649eac71ff33603bfc2b55b3 +PKG_SOURCE_VERSION:=d4e71d2afae6567e48f4b57b5cf026307e5cac57 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif diff --git a/voicemngr/files/etc/init.d/voicemngr b/voicemngr/files/etc/init.d/voicemngr index d489dc779..6816928d1 100755 --- a/voicemngr/files/etc/init.d/voicemngr +++ b/voicemngr/files/etc/init.d/voicemngr @@ -10,7 +10,8 @@ start_service() { [ "$(db -q get hw.board.hasVoice)" = "1" ] || return procd_open_instance - procd_set_param env hw_board_hasDect=$(db get hw.board.hasDect) + procd_set_param env hw_board_hasDect="$(db get hw.board.hasDect)" + procd_set_param env hw_board_VoicePortNames="$(db get hw.board.VoicePortNames)" procd_set_param command $NAME procd_set_param respawn "5" "0" "3" procd_set_param nice -12