|
@@ -29,6 +29,15 @@ config BR2_PACKAGE_MOSQUITTO_BROKER
|
|
|
help
|
|
|
Build and install the mosquitto broker onto target.
|
|
|
|
|
|
+config BR2_PACKAGE_MOSQUITTO_BROKER_DYNAMIC_SECURITY_PLUGIN
|
|
|
+ bool "dynamic security plugin"
|
|
|
+ depends on BR2_PACKAGE_MOSQUITTO_BROKER
|
|
|
+ select BR2_PACKAGE_CJSON
|
|
|
+ select BR2_PACKAGE_OPENSSL
|
|
|
+ help
|
|
|
+ Build and install the dynamic security plugin for
|
|
|
+ mosquitto broker onto target.
|
|
|
+
|
|
|
comment "mosquitto broker needs a toolchain w/ dynamic library"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_STATIC_LIBS
|