From 5340619a96d549ff8ec7456824e837484b4cb3f1 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Thu, 2 Feb 2023 13:07:24 +0100 Subject: [PATCH] libvoice-airoha: Support the basic call scenarios --- libvoice-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index 76c0de24d..e0b2222e3 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/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:=47849f3764c32a26e3756e527daa4f5f71ba082b +PKG_SOURCE_VERSION:=3cf0c83296d9754bf9c6ff8720f5942da4a19f55 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif