Skip to content
Snippets Groups Projects
Commit fa532b83 authored by John Crispin's avatar John Crispin
Browse files

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: default avatarDaniel Dickinson <openwrt@daniel.thecshore.com>

SVN-Revision: 47928
parent 1f71f222
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment