Update buildroot to 2020.02.7 (#923)
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -59,12 +59,11 @@ comment "transports"
|
||||
|
||||
config BR2_PACKAGE_JANUS_GATEWAY_MQTT
|
||||
bool "MQTT"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_PAHO_MQTT_C
|
||||
|
||||
comment "MQTT transport needs a toolchain w/ threads and dynamic library support"
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
comment "MQTT transport needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ
|
||||
bool "RabbitMQ"
|
||||
@@ -89,7 +88,6 @@ config BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS
|
||||
|
||||
config BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS
|
||||
bool "WebSockets"
|
||||
depends on BR2_USE_MMU
|
||||
select BR2_PACKAGE_LIBWEBSOCKETS
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user