From f6f20450a613ee1223c16dc748a452abc50f0019 Mon Sep 17 00:00:00 2001 From: Yalu Zhang Date: Thu, 23 Jun 2022 18:10:39 +0200 Subject: [PATCH] evoice-0.2.5: Support configuration of receive/transmit gain and echo cancellation on Broadcom platform --- evoice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evoice/Makefile b/evoice/Makefile index 22ca1c158..e505e149b 100644 --- a/evoice/Makefile +++ b/evoice/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=evoice -PKG_VERSION:=0.2.4 +PKG_VERSION:=0.2.5 LOCAL_DEV=0 LOCAL_DEV_EVOICE_DIR=~/voip/evoice @@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git -PKG_SOURCE_VERSION:=12d265aad8fe992afe929aebfb9a8e37cb551de8 +PKG_SOURCE_VERSION:=67170c2fa3cc396792f6ad02bc2f43aaeebe3a2a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif