82c44b3f0f
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
config BR2_PACKAGE_SNMPPP
|
|
bool "snmp++"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
|
|
|
|
http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html
|
|
|
|
comment "snmp++ needs a toolchain w/ threads, C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|