blob: 2b5e9fb207d291b7a80c307a7eb4540a0a32b6f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
menu "Configuration"
depends on PACKAGE_libnetsnmp
config SNMP_WITH_PERL_EMBEDDED
bool
default n
prompt "Enable embedded perl in the SNMP agent and snmptrapd."
config SNMP_WITH_PERL_MODULES
bool
default n
prompt "Install perl modules"
endmenu
|