-update collectd to the current release 5.4.1 -fix sigrok glib check (upstream patch after 5.4.1) Note: Changes are required also to luci-statistics in Luci source. Patch in http://patchwork.openwrt.org/patch/5303/ Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
11 lines
282 B
Diff
11 lines
282 B
Diff
--- a/version-gen.sh
|
|
+++ b/version-gen.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
|
DEFAULT_VERSION="5.4.1.git"
|
|
|
|
-VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"
|
|
+#VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"
|
|
|
|
if test -z "$VERSION"; then
|
|
VERSION="$DEFAULT_VERSION"
|