evoice : Codecs ubus call should use hard coded values instead of from UCI

Those read only parameters for codec capability have been removed from the UCI config.
This commit is contained in:
Hemlata Bhatt 2022-08-15 15:04:18 +02:00
parent 25220fb547
commit 2f06fbd258

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=evoice
PKG_VERSION:=0.2.19
PKG_VERSION:=0.2.20
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:=530580ebc5f0626c5e126605a786f6d0527b5a00
PKG_SOURCE_VERSION:=6ce60d8c48c65aea078b04ba9aa00040bf3bdff5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif