mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Both libConfuse and ethtool support is relatively new features. Enable optional support for them, including an example /etc/mini-snmpd.conf Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
584 B
Plaintext
23 lines
584 B
Plaintext
config BR2_PACKAGE_MINI_SNMPD
|
|
bool "mini-snmpd"
|
|
help
|
|
Mini SNMPd is a minimal implementation targeted at small or
|
|
embedded UNIX systems with limited resources
|
|
|
|
Enable BR2_PACKAGE_LIBCONFUSE for /etc/mini-snmpd.conf support
|
|
with an example file. Also enabling BR2_PACKAGE_ETHTOOL adds
|
|
ethtool-based interface statistics.
|
|
|
|
https://troglobit.com/mini-snmpd.html
|
|
|
|
if BR2_PACKAGE_MINI_SNMPD
|
|
|
|
config BR2_PACKAGE_MINI_SNMPD_INTERFACES
|
|
int "Number of network interfaces"
|
|
default 8
|
|
range 1 256
|
|
help
|
|
Max number of network interfaces exposed in IF-MIB::ifTable
|
|
|
|
endif
|