projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16317ce
)
package/lldpd: Remove extraneous select
author
John Crispin
<john@openwrt.org>
Wed, 23 Dec 2015 14:44:05 +0000
(14:44 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 23 Dec 2015 14:44:05 +0000
(14:44 +0000)
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
package/network/services/lldpd/Config.in
patch
|
blob
|
history
diff --git
a/package/network/services/lldpd/Config.in
b/package/network/services/lldpd/Config.in
index 72150e7e6fa9f1a7effdb524c2249b64e466db1f..93d84e29ea1af42de1e61174591361081643f07e 100644
(file)
--- 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