summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/netsnmp/netsnmp.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index fb7217964e..0eb3b26711 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -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
OpenPOWER on IntegriCloud