mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:40:11 +08:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
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
|