Author: blogic Date: 2015-12-23 15:44:05 +0100 (Wed, 23 Dec 2015) New Revision: 47976
Modified: trunk/package/network/services/lldpd/Config.in Log: package/lldpd: Remove extraneous select Only the conditional dependency ought to be required; if build fails with JSON there is some other problem at work. Signed-off-by: Daniel Dickinson <[email protected]> Modified: trunk/package/network/services/lldpd/Config.in =================================================================== --- trunk/package/network/services/lldpd/Config.in 2015-12-23 14:43:47 UTC (rev 47975) +++ trunk/package/network/services/lldpd/Config.in 2015-12-23 14:44:05 UTC (rev 47976) @@ -49,7 +49,6 @@ 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
