mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
network-manager: add optional ofono support
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4be3f800dc
commit
b33b493b7f
@ -32,6 +32,13 @@ NETWORK_MANAGER_CONF_OPTS = \
|
|||||||
--disable-ifupdown \
|
--disable-ifupdown \
|
||||||
--disable-ifnet
|
--disable-ifnet
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OFONO),y)
|
||||||
|
NETWORK_MANAGER_DEPENDENCIES += ofono
|
||||||
|
NETWORK_MANAGER_CONF_OPTS += --with-ofono
|
||||||
|
else
|
||||||
|
NETWORK_MANAGER_CONF_OPTS += --without-ofono
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||||
NETWORK_MANAGER_DEPENDENCIES += libcurl
|
NETWORK_MANAGER_DEPENDENCIES += libcurl
|
||||||
NETWORK_MANAGER_CONF_OPTS += --enable-concheck
|
NETWORK_MANAGER_CONF_OPTS += --enable-concheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user