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
1.0 KiB

  1. config NUT_SSL
  2. depends on PACKAGE_nut
  3. bool "Build with support for OpenSSL"
  4. help
  5. SSL allows sessions between upsd and clients to be encrypted and can
  6. also be used to authenticate servers. This means that stealing port
  7. 3493 from upsd will no longer net you interesting passwords. SSL is
  8. available via OpenSSL on OpenWRT (NSS doesn't seem to work). If you
  9. are happy with using passwords to authenticate clients, you can save
  10. some space and build NUT without SSL support.
  11. default n
  12. config NUT_DRIVER_USB
  13. depends on PACKAGE_nut
  14. bool "Build with support for USB drivers"
  15. help
  16. If you have a UPS connected via USB, select this.
  17. default y
  18. config NUT_DRIVER_SNMP
  19. depends on PACKAGE_nut
  20. bool "Build with support for SNMP drivers"
  21. help
  22. If you have a UPS you can connect to via SNMP, select this.
  23. default n
  24. config NUT_DRIVER_SERIAL
  25. depends on PACKAGE_nut
  26. bool "Build with suport for serial drivers"
  27. help
  28. If you have a UPS connected via serial cable, select this.
  29. default y