diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:30:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:30:16 +0000 |
commit | fa532b839f14482206ee4d045ce3b087ae35e63e (patch) | |
tree | ffecb5f7aa6c8a9a33e0f90ee9e2b78cd4ee6872 /package/network/services/lldpd | |
parent | 1f71f2220d9b78ee5b319e1107eedb8f0d0c4c0e (diff) | |
download | upstream-fa532b839f14482206ee4d045ce3b087ae35e63e.tar.gz upstream-fa532b839f14482206ee4d045ce3b087ae35e63e.tar.bz2 upstream-fa532b839f14482206ee4d045ce3b087ae35e63e.zip |
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 <openwrt@daniel.thecshore.com>
SVN-Revision: 47928
Diffstat (limited to 'package/network/services/lldpd')
-rw-r--r-- | package/network/services/lldpd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |