1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
openwrt-packages/net/mosquitto/Config.in
Karl Palsson 7218ff0318 Mosquitto: major update to version 2.0
Major release, full release notes available at:
https://mosquitto.org/blog/2020/12/version-2-0-0-released/

Tested on ath79, ssl full, ssl trimmed and non-ssl builds, and also all
at the same time.
Users may/will run into some of the changes in default
authentication.  Note
https://mosquitto.org/documentation/migrating-to-2-0/ for tips on
migrating.

Patch included has already merged upstream, but didn't make the release:
https://github.com/eclipse/mosquitto/pull/1930

Signed-off-by: Karl Palsson <karlp@etactica.com>
2020-12-08 09:38:34 +00:00

30 lines
925 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_CTRL
bool "Include mosquitto_ctrl utility"
depends on PACKAGE_mosquitto-ssl
default y
help
mosquitto_ctrl is a tool for managing the broker at run time.
config MOSQUITTO_DYNAMIC_SECURITY
bool "Install mosquitto_dynamic_security.so"
depends on PACKAGE_mosquitto-ssl
default y
help
This enables the dynamic security modes documented at
https://mosquitto.org/documentation/dynamic-security/
but does add ~88kB. If you're not using it, you can disable it
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.