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
@@ -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