02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
config BR2_PACKAGE_NETSNMP
|
|
bool "netsnmp"
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Suite of applications used to implement SNMP v1, SNMP v2c, and
|
|
SNMP v3 using both IPv4 and IPv6.
|
|
|
|
http://net-snmp.sourceforge.net/
|