Browse Source

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 <[email protected]>

SVN-Revision: 47976
John Crispin 10 years ago
parent
commit
fde2ac3537
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/network/services/lldpd/Config.in

+ 0 - 1
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