fff-mqtt: Switch from mosquitto-ssl to mosquitto-nossl #227

Closed
fbl wants to merge 1 commits from fbl:remove-libssl into master

1 Commits

Author SHA1 Message Date
Fabian Bläse 37fa65395b fff-mqtt: Switch from mosquitto-ssl to mosquitto-nossl
*-ssl variants of mosquitto require libopenssl, which increases the
storage requirement by almost 1 MB, even when compressed with squashfs.

Because we currently do not need TLS support for fff-mqtt, switch to the
nossl variant to save space and allow building for devices with 8 MiB
flash.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
2022-03-24 18:17:44 +01:00