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.

32 lines
518 B

  1. if PACKAGE_frr
  2. comment "SSL support"
  3. choice
  4. prompt "Selected SSL MD5 library"
  5. default FRR_INTERNAL
  6. config FRR_OPENSSL
  7. bool "OpenSSL"
  8. config FRR_INTERNAL
  9. bool "internal SSL support"
  10. endchoice
  11. comment "SNMP support"
  12. choice
  13. prompt "Enable SNMP support"
  14. default FRR_NO_SNMP
  15. config FRR_SNMP
  16. bool "SNMP enable"
  17. config FRR_NO_SNMP
  18. bool "SNMP disable"
  19. endchoice
  20. comment "Packages"
  21. endif