diff options
author | John Crispin <john@openwrt.org> | 2015-12-23 14:44:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-23 14:44:05 +0000 |
commit | fde2ac3537fb3867698d4b161944bba4e51c4ed1 (patch) | |
tree | d0fe3b8223d3bbfe76c1795f0c8728ce0516e44e /package/network | |
parent | 16317ceb4f3a421534939cd88010ece19da14a52 (diff) | |
download | upstream-fde2ac3537fb3867698d4b161944bba4e51c4ed1.tar.gz upstream-fde2ac3537fb3867698d4b161944bba4e51c4ed1.tar.bz2 upstream-fde2ac3537fb3867698d4b161944bba4e51c4ed1.zip |
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 <openwrt@daniel.thecshore.com>
SVN-Revision: 47976
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/lldpd/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |