mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09: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:
committed by
Thomas Petazzoni
parent
4be3f800dc
commit
b33b493b7f
@@ -32,6 +32,13 @@ NETWORK_MANAGER_CONF_OPTS = \
|
||||
--disable-ifupdown \
|
||||
--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)
|
||||
NETWORK_MANAGER_DEPENDENCIES += libcurl
|
||||
NETWORK_MANAGER_CONF_OPTS += --enable-concheck
|
||||
|
||||
Reference in New Issue
Block a user