netsnmp: add explicit support for pciutils
As pointed by Lonnie Abelbeck via email. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
25f1a0d16a
commit
83124e7dd6
@ -62,6 +62,11 @@ else
|
||||
NETSNMP_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
# There's no option to forcibly enable or disable it
|
||||
ifeq ($(BR2_PACKAGE_PCIUTILS),y)
|
||||
NETSNMP_DEPENDENCIES += pciutils
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_PACKAGE_NETSNMP_ENABLE_MIBS),y)
|
||||
NETSNMP_CONF_OPTS += --disable-mib-loading
|
||||
NETSNMP_CONF_OPTS += --disable-mibs
|
||||
|
Loading…
Reference in New Issue
Block a user