mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:29:10 +08:00
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
config MOSQUITTO_LWS
|
|
bool "libwebsockets support"
|
|
depends on PACKAGE_mosquitto-ssl
|
|
default y
|
|
help
|
|
Includes websockets support in the broker, via libwebsockets
|
|
|
|
config MOSQUITTO_PASSWD
|
|
bool "Include mosquitto_passwd utility"
|
|
depends on PACKAGE_mosquitto-ssl
|
|
default y
|
|
help
|
|
mosquitto_passwd is a tool for managing password files for mosquitto.
|