From: John Crispin Date: Thu, 17 Dec 2015 09:30:16 +0000 (+0000) Subject: network/services/lldpd: Fix missing dependency when using JSON X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=10925ffdaeb54ca9a4ed3182f3a48981d7f9ded3 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 SVN-Revision: 47928 --- diff --git a/package/network/services/lldpd/Config.in b/package/network/services/lldpd/Config.in index 93d84e29ea..72150e7e6f 100644 --- a/package/network/services/lldpd/Config.in +++ b/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