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.

13 lines
390 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_PASSWD
  8. bool "Include mosquitto_passwd utility"
  9. depends on PACKAGE_mosquitto-ssl
  10. default y
  11. help
  12. mosquitto_passwd is a tool for managing password files for mosquitto.