From: John Crispin Date: Wed, 23 Dec 2015 14:44:05 +0000 (+0000) Subject: package/lldpd: Remove extraneous select X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc;hp=14c689b70ad6aa7cd6c59b33087a599185a1ea0d;p=openwrt-github%2F.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/lldpd/Config.in b/package/network/services/lldpd/Config.in index 72150e7e6f..93d84e29ea 100644 --- a/package/network/services/lldpd/Config.in +++ b/package/network/services/lldpd/Config.in @@ -49,7 +49,6 @@ 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