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.

29 lines
925 B

  1. config MOSQUITTO_LWS
  2. bool "libwebsockets support"
  3. depends on PACKAGE_mosquitto-ssl
  4. default y
  5. help
  6. Includes websockets support in the broker, via libwebsockets
  7. config MOSQUITTO_CTRL
  8. bool "Include mosquitto_ctrl utility"
  9. depends on PACKAGE_mosquitto-ssl
  10. default y
  11. help
  12. mosquitto_ctrl is a tool for managing the broker at run time.
  13. config MOSQUITTO_DYNAMIC_SECURITY
  14. bool "Install mosquitto_dynamic_security.so"
  15. depends on PACKAGE_mosquitto-ssl
  16. default y
  17. help
  18. This enables the dynamic security modes documented at
  19. https://mosquitto.org/documentation/dynamic-security/
  20. but does add ~88kB. If you're not using it, you can disable it
  21. config MOSQUITTO_PASSWD
  22. bool "Include mosquitto_passwd utility"
  23. depends on PACKAGE_mosquitto-ssl
  24. default y
  25. help
  26. mosquitto_passwd is a tool for managing password files for mosquitto.