1 config BR2_PACKAGE_SNMPPP
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
7 SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
9 http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html
13 config BR2_PACKAGE_SNMPPP_LOGGING
16 Enable logging output for SNMP++.
17 According to the SNMP++ documentation, disabling logging "increases
18 performance drastically and minimizes memory consumption".
20 config BR2_PACKAGE_SNMPPP_SNMPV3
23 select BR2_PACKAGE_OPENSSL
25 Enable optional support for SNMP++. This selects OpenSSL.
29 comment "snmp++ needs a toolchain w/ threads, C++, dynamic library"
30 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \