mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
network-manager: add optional concheck 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
5d83ea1161
commit
4be3f800dc
@@ -30,8 +30,14 @@ NETWORK_MANAGER_CONF_OPTS = \
|
||||
--with-crypto=gnutls \
|
||||
--with-iptables=/usr/sbin/iptables \
|
||||
--disable-ifupdown \
|
||||
--disable-ifnet \
|
||||
--disable-concheck
|
||||
--disable-ifnet
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||
NETWORK_MANAGER_DEPENDENCIES += libcurl
|
||||
NETWORK_MANAGER_CONF_OPTS += --enable-concheck
|
||||
else
|
||||
NETWORK_MANAGER_CONF_OPTS += --disable-concheck
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NETWORK_MANAGER_TUI),y)
|
||||
NETWORK_MANAGER_DEPENDENCIES += newt
|
||||
|
||||
Reference in New Issue
Block a user