blob: 9b169c58e765224dcdf3928123d93181a2475bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config MOSQUITTO_LWS
bool "libwebsockets support"
depends on PACKAGE_mosquitto
default y
help
Includes websockets support in the broker, via libwebsockets
config MOSQUITTO_PASSWD
bool "Include mosquitto_passwd utility"
depends on PACKAGE_mosquitto
default y
help
mosquitto_passwd is a tool for managing password files for mosquitto.
|