This patch upgrades the collectd package from 5.7.2 to 5.8.2. All openwrt patches got either updated or deleted in case they are already included into upstream collectd. The new collectd 5.8.0 package compiles and got tested on current lede trunk with latest luci on an PCengines APU. All default plugins (enabled via Openwrt Makefile) - so also iwinfo - are running fine with the new version. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Amended with the following changes: * preserve git file history by avoiding unnecessary patch renames * mark new plugins introduced with 5.8 branch as disabled Compile tested all plugins with ipq806x Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
11 lines
252 B
Diff
11 lines
252 B
Diff
--- a/src/olsrd.c
|
|
+++ b/src/olsrd.c
|
|
@@ -585,7 +585,7 @@ static int olsrd_read(void) /* {{{ */
|
|
if (fh == NULL)
|
|
return -1;
|
|
|
|
- fputs("\r\n", fh);
|
|
+ fputs("/all \r\n", fh);
|
|
fflush(fh);
|
|
|
|
while (fgets(buffer, sizeof(buffer), fh) != NULL) {
|