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>
29 lines
925 B
Text
29 lines
925 B
Text
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.
|