mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 06:14:41 +01:00
Many users of the SSL build of mosquitto need the passwd utility for managing keys. Fixes github issue #1909 Signed-off-by: Karl Palsson <karlp@remake.is>
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
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.
|