From cab73a2760958bc802bc0d6031ac90890f194930 Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja Date: Thu, 22 Jun 2023 14:06:25 +0200 Subject: [PATCH] Update package libvoice-airoha 40710f1 Add support for the US country code ed40f7e Keep the default country setting is the configured country is not supported --- libvoice-airoha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvoice-airoha/Makefile b/libvoice-airoha/Makefile index ca6a934b2..25a87f662 100644 --- a/libvoice-airoha/Makefile +++ b/libvoice-airoha/Makefile @@ -17,7 +17,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:=bbfcf0f803f63530ee3d9675c1584a8f8422ecb0 +PKG_SOURCE_VERSION:=40710f184b898c2b70b7af8b85a8b8ea6400f4b7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif