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-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
|
||||
|
Loading…
Reference in New Issue
Block a user