Author: blogic
Date: 2015-12-17 10:30:16 +0100 (Thu, 17 Dec 2015)
New Revision: 47928

Modified:
   trunk/package/network/services/lldpd/Config.in
Log:
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 <[email protected]>

Modified: trunk/package/network/services/lldpd/Config.in
===================================================================
--- trunk/package/network/services/lldpd/Config.in      2015-12-17 09:30:05 UTC 
(rev 47927)
+++ trunk/package/network/services/lldpd/Config.in      2015-12-17 09:30:16 UTC 
(rev 47928)
@@ -49,6 +49,7 @@
 config LLDPD_WITH_JSON
        bool
        prompt "Enable JSON output for the LLDP Command-Line Interface"
+       select PACKAGE_json-c
        default n
 
 endmenu
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to