summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/netsnmp/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
index 47a53d7ead..57cc6b93fd 100644
--- a/package/netsnmp/Config.in
+++ b/package/netsnmp/Config.in
@@ -31,7 +31,8 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
string "Build with these MIB modules"
- default "host ucd-snmp/dlmod agentx"
+ default "host ucd-snmp/dlmod agentx" if !BR2_STATIC_LIBS
+ default "host agentx" if BR2_STATIC_LIBS
help
Specify which MIB modules to include.
OpenPOWER on IntegriCloud