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>
Reviewed-by: Christian Dresel <freifunk@dresel.systems>
This commit is contained in:
Fabian Bläse 2022-03-24 18:13:26 +01:00
parent 25e227c6b9
commit 4bf14292f7
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ define Package/fff-mqtt
URL:=https://www.freifunk-franken.de
DEPENDS:= \
+fff-config \
+libmosquitto-ssl \
+mosquitto-client-ssl
+libmosquitto-nossl \
+mosquitto-client-nossl
endef
define Package/fff-mqtt/description