muninlite: fix irqstats plugin

The config() function of irqstats seems to contain a superfluous
semicolon, causing munin to choke on this plugin. This simple patch
fixes exactly that.

Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
This commit is contained in:
Jorik Jonker
2018-08-29 10:36:42 +02:00
committed by Yousong Zhou
parent 604901bea8
commit aac517d287
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=muninlite
PKG_VERSION:=1.0.4
PKG_RELEASE:=8
PKG_RELEASE:=9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)