diff mbox

[OpenWrt-Devel] package/lldpd: Remove extraneous select

Message ID 1450870950-1921-1-git-send-email-openwrt@daniel.thecshore.com
State Accepted
Headers show

Commit Message

Daniel Dickinson Dec. 23, 2015, 11:42 a.m. UTC
From: Daniel Dickinson <openwrt@daniel.thecshore.com>

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>
---
 package/network/services/lldpd/Config.in | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/package/network/services/lldpd/Config.in b/package/network/services/lldpd/Config.in
index 72150e7..93d84e2 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