summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-02-08 15:04:11 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-08 15:05:44 +0100
commitea989ad2b2c2361c47e269dd89cb559edf561db4 (patch)
tree035e3d65f585cfca37482b6433c9f0bcdf74415a
parent326d21a44e4896f1a98fe8ea439595c4cac59856 (diff)
downloadbuildroot-ea989ad2b2c2361c47e269dd89cb559edf561db4.tar.gz
buildroot-ea989ad2b2c2361c47e269dd89cb559edf561db4.zip
package/mosquitto: fix comments
The toplevel mosquitto comment should go after the sub options to ensure they get indented, and the broker comment should be hidden if mosquitto isn't enabled. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/mosquitto/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
index 9052b3059b..11b6d7891b 100644
--- a/package/mosquitto/Config.in
+++ b/package/mosquitto/Config.in
@@ -12,9 +12,6 @@ config BR2_PACKAGE_MOSQUITTO
http://mosquitto.org/
-comment "mosquitto needs a toolchain w/ dynamic library"
- depends on BR2_STATIC_LIBS
-
config BR2_PACKAGE_MOSQUITTO_BROKER
bool "install the mosquitto broker"
default y
@@ -24,4 +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_USE_MMU
+ depends on BR2_PACKAGE_MOSQUTTO && !BR2_USE_MMU
+
+comment "mosquitto needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud