diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-23 14:44:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-23 14:44:05 +0000 |
commit | 1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc (patch) | |
tree | 03e411a2663b2da54566430da8868a2208c2c0f3 /package/network/services | |
parent | 14c689b70ad6aa7cd6c59b33087a599185a1ea0d (diff) | |
download | master-187ad058-1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc.tar.gz master-187ad058-1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc.tar.bz2 master-187ad058-1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47976 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services')
-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 |