mosquitto: optionally include mosquitto_passwd utility

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>
This commit is contained in:
Karl Palsson
2016-01-15 09:29:41 +00:00
parent a0fac8b9a0
commit 7a6a575887
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -4,3 +4,10 @@ config MOSQUITTO_LWS
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.