Files
buildroot/package/mini-snmpd/Config.in
Joachim Wiberg 8aca1f26c1 package/mini-snmpd: enable optional .conf and ethtool support
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>
2026-08-04 18:22:49 +02:00

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