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
This commit is contained in:
Grzegorz Sluja 2023-06-22 14:06:25 +02:00
parent 0b7165a05e
commit cab73a2760

View file

@ -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