aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-23 14:44:05 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-23 14:44:05 +0000
commit1cfa68ac7b8fe3f0239346aa4f9a0d14768372bc (patch)
tree03e411a2663b2da54566430da8868a2208c2c0f3 /package/network/services
parent14c689b70ad6aa7cd6c59b33087a599185a1ea0d (diff)
downloadmaster-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.in1
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