Update collectd, base of Luci statistics, to 5.4.2. Patches have been refreshed. 905-fix-sigrok-upstream-patch-post-541 was removed as unnecessary. 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.2.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"
|