4ba81e6839
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
config BR2_PACKAGE_SNMPCLITOOLS
|
|
bool "snmpclitools"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_PYSMI # runtime
|
|
select BR2_PACKAGE_PYTHON_PYSNMP # runtime
|
|
help
|
|
SNMP command-line tools.
|
|
|
|
https://github.com/etingof/snmpclitools
|