mirror of https://github.com/OpenIPC/firmware.git
Fix compile uqmi and cosmetic changes baresip
parent
03e5708074
commit
98935b67fe
|
@ -1,12 +1,13 @@
|
||||||
config BR2_PACKAGE_BARESIP_OPENIPC
|
config BR2_PACKAGE_BARESIP_OPENIPC
|
||||||
bool "baresip-openipc"
|
bool "baresip-openipc"
|
||||||
|
default n
|
||||||
|
depends on BR2_PACKAGE_LIBRE_OPENIPC
|
||||||
|
depends on BR2_PACKAGE_LIBREM_OPENIPC
|
||||||
select BR2_PACKAGE_LIBRE_OPENIPC
|
select BR2_PACKAGE_LIBRE_OPENIPC
|
||||||
select BR2_PACKAGE_LIBREM_OPENIPC
|
select BR2_PACKAGE_LIBREM_OPENIPC
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Baresip is a portable and modular SIP User-Agent with audio
|
Baresip is a portable and modular SIP User-Agent with audio
|
||||||
and video support. Copyright (c) 2010 - 2022 Alfred E. Heggestad
|
and video support. Copyright (c) 2010 - 2022 Alfred E. Heggestad
|
||||||
and Contributors Distributed under BSD license.
|
and Contributors Distributed under BSD license.
|
||||||
|
|
||||||
https://github.com/baresip/baresip
|
https://github.com/baresip/baresip
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ config BR2_PACKAGE_LIBRE_OPENIPC
|
||||||
with async IO support.
|
with async IO support.
|
||||||
|
|
||||||
https://github.com/baresip/re
|
https://github.com/baresip/re
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
config BR2_PACKAGE_LIBREM_OPENIPC
|
config BR2_PACKAGE_LIBREM_OPENIPC
|
||||||
bool "librem-openipc"
|
bool "librem-openipc"
|
||||||
select BR2_PACKAGE_LIBRE_OPENIPC
|
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_PACKAGE_LIBRE_OPENIPC
|
||||||
|
select BR2_PACKAGE_LIBRE_OPENIPC
|
||||||
help
|
help
|
||||||
librem is a Audio and video processing media library.
|
librem is a Audio and video processing media library.
|
||||||
|
|
||||||
https://github.com/baresip/rem
|
https://github.com/baresip/rem
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
config BR2_PACKAGE_UQMI_OPENIPC
|
config BR2_PACKAGE_UQMI_OPENIPC
|
||||||
bool "uqmi-openipc"
|
bool "uqmi-openipc"
|
||||||
|
select BR2_PACKAGE_JSON_C_OPENIPC
|
||||||
|
select BR2_PACKAGE_LIBUBOX
|
||||||
help
|
help
|
||||||
This command line tool originates from the OpenWrt project
|
This command line tool originates from the OpenWrt project
|
||||||
to configure LTE modem in QMI mode for WAN connection.
|
to configure LTE modem in QMI mode for WAN connection.
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
UQMI_VERSION = f254fc59c710d781eca3ec36e0bff2d8970370fa
|
UQMI_OPENIPC_VERSION = f254fc59c710d781eca3ec36e0bff2d8970370fa
|
||||||
UQMI_SITE = git://git.openwrt.org/project/uqmi.git
|
UQMI_OPENIPC_SITE = git://git.openwrt.org/project/uqmi.git
|
||||||
UQMI_DEPENDENCIES = json-c-openipc libubox
|
UQMI_OPENIPC_DEPENDENCIES = json-c-openipc libubox
|
||||||
UQMI_LICENSE = LGPL-2.0+
|
UQMI_OPENIPC_LICENSE = LGPL-2.0+
|
||||||
UQMI_LICENSE_FILES = COPYING
|
UQMI_OPENIPC_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
$(eval $(cmake-package))
|
||||||
|
|
Loading…
Reference in New Issue