aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/lldpd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-17 09:30:16 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-17 09:30:16 +0000
commitd5fc552d88627bbace5b9fdb83a06058a1d6f042 (patch)
treed92352437c61e68554062ea1bbb066f5c45d6102 /package/network/services/lldpd
parentd7afba0d5820fb2a3a2a4a16393922615ccc15c8 (diff)
downloadmaster-187ad058-d5fc552d88627bbace5b9fdb83a06058a1d6f042.tar.gz
master-187ad058-d5fc552d88627bbace5b9fdb83a06058a1d6f042.tar.bz2
master-187ad058-d5fc552d88627bbace5b9fdb83a06058a1d6f042.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47928 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/lldpd')
-rw-r--r--package/network/services/lldpd/Config.in1
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