You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
261 B

  1. menu "Configuration"
  2. depends on PACKAGE_libnetsnmp
  3. config SNMP_WITH_PERL_EMBEDDED
  4. bool
  5. default n
  6. prompt "Enable embedded perl in the SNMP agent and snmptrapd."
  7. config SNMP_WITH_PERL_MODULES
  8. bool
  9. default n
  10. prompt "Install perl modules"
  11. endmenu