summaryrefslogtreecommitdiffstats
path: root/package/netsnmp/Config.in
diff options
context:
space:
mode:
authorprzemyslaw <przemyslaw.wrzos@calyptech.com>2013-01-29 16:14:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 23:40:56 +0100
commitbe8e32d585f38cb5527fa65c53bf23fba025c62c (patch)
tree0083ddc4276a76344ec5088056272ec6fd19e4bf /package/netsnmp/Config.in
parent8dfe032f7e2db454453ba868d3356d5f3afdbab5 (diff)
downloadbuildroot-novena-be8e32d585f38cb5527fa65c53bf23fba025c62c.tar.gz
buildroot-novena-be8e32d585f38cb5527fa65c53bf23fba025c62c.zip
netsnmp: configurable MIB modules
Make the MIB modules, which are included/excluded in the build, to be configurable instead of being hard coded. [Peter: drop menuconfig] Signed-off-by: przemyslaw <przemyslaw.wrzos@calyptech.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/netsnmp/Config.in')
-rw-r--r--package/netsnmp/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
index 108ab8393..d5056f928 100644
--- a/package/netsnmp/Config.in
+++ b/package/netsnmp/Config.in
@@ -15,6 +15,20 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
Say yes if you want those MIB files installed on the target
and enable the code that parses the MIB files.
+config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
+ string "Build with these MIB modules"
+ default "host ucd-snmp/dlmod"
+ depends on BR2_PACKAGE_NETSNMP
+ help
+ Specify which MIB modules to include.
+
+config BR2_PACKAGE_NETSNMP_WITHOUT_MIB_MODULES
+ string "Build without these MIB modules"
+ default "disman/event disman/schedule utilities"
+ depends on BR2_PACKAGE_NETSNMP
+ help
+ Specify which MIB modules to exclude.
+
config BR2_PACKAGE_NETSNMP_ENABLE_DEBUGGING
bool "Enable debugging code"
depends on BR2_PACKAGE_NETSNMP