mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/mosquitto: fix typo in Config.in
Introduced inea989ad2b2Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit22f3c69149) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
eed54b125e
commit
4cc8a921ec
@@ -21,7 +21,7 @@ config BR2_PACKAGE_MOSQUITTO_BROKER
|
||||
Build and install the mosquitto broker onto target.
|
||||
|
||||
comment "mosquitto broker needs a system with MMU"
|
||||
depends on BR2_PACKAGE_MOSQUTTO && !BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_MOSQUITTO && !BR2_USE_MMU
|
||||
|
||||
comment "mosquitto needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user