Преглед на файлове

package/zabbix: move Config.in comment to fix option indentation

The Config.in comment was before sub-options, so it was preventing
menuconfig from rendering sub-options indented under the main zabbix
option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni преди 11 месеца
родител
ревизия
7b888e08a2
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      package/zabbix/Config.in

+ 3 - 3
package/zabbix/Config.in

@@ -10,9 +10,6 @@ config BR2_PACKAGE_ZABBIX
 
 	  https://zabbix.com
 
-comment "zabbix need glibc"
-	depends on !BR2_TOOLCHAIN_USES_GLIBC
-
 if BR2_PACKAGE_ZABBIX
 
 comment "zabbix server needs C++ and threads or wchar and dynamic libs"
@@ -81,3 +78,6 @@ comment "zabbix web UI requires PHP"
 endif
 
 endif
+
+comment "zabbix need glibc"
+	depends on !BR2_TOOLCHAIN_USES_GLIBC