Ver código fonte

network/services/lldpd: Fix missing dependency when using JSON

Using the JSON output option depends on json library so
add select json-c library when JSON output is selected.

Signed-off-by: Daniel Dickinson <[email protected]>

SVN-Revision: 47928
John Crispin 10 anos atrás
pai
commit
fa532b839f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      package/network/services/lldpd/Config.in

+ 1 - 0
package/network/services/lldpd/Config.in

@@ -49,6 +49,7 @@ config LLDPD_WITH_CUSTOM
 config LLDPD_WITH_JSON
 	bool
 	prompt "Enable JSON output for the LLDP Command-Line Interface"
+	select PACKAGE_json-c
 	default n
 
 endmenu