[package] muninlite: update to Version 1.0.4 (#8877)
Signed-off-by: Andreas Oeldenberger <Andreas.Oeldenberger@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@25587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc9cb543a3
commit
4fb74d93d9
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=muninlite
|
||||
PKG_VERSION:=1.0.2
|
||||
PKG_VERSION:=1.0.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=67fe45999fbd29f7d91fe342889e3dcb
|
||||
PKG_MD5SUM:=a8cc86f0cc536a6c22dc298f4ed55339
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
-PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate
|
||||
-PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_
|
||||
-#PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats
|
||||
+#PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate
|
||||
+#PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_
|
||||
+PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats
|
||||
|
||||
munin-node: plugins/* munin-node.conf
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/munin-node.in
|
||||
+++ b/munin-node.in
|
||||
@@ -93,7 +93,7 @@ PLUGINS=$RES
|
||||
@@ -113,7 +113,7 @@ PLUGINS=$RES
|
||||
|
||||
# ===== MAIN LOOP =====
|
||||
FUNCTIONS="list nodes config fetch version quit"
|
||||
|
@ -7,12 +7,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=umurmur
|
||||
PKG_VERSION:=0.2.5
|
||||
PKG_VERSION:=0.2.6
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://umurmur.googlecode.com/files/
|
||||
PKG_MD5SUM:=c31fd72c0ac563cf75961ae4e49909d7
|
||||
PKG_MD5SUM:=06dc224be5160e172574c9248682140b
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
@ -81,12 +81,12 @@ endef
|
||||
Package/umurmur-polarssl/install = $(Package/umurmur-openssl/install)
|
||||
|
||||
ifeq ($(BUILD_VARIANT),openssl)
|
||||
TARGET_CFLAGS += -DWRT_TARGET -I$(STAGING_DIR)/usr/include
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||
TARGET_LDFLAGS += -lcrypto -lssl
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_VARIANT),polarssl)
|
||||
TARGET_CFLAGS += -DUSE_POLARSSL -DWRT_TARGET -I$(STAGING_DIR)/usr/include
|
||||
TARGET_CFLAGS += -DUSE_POLARSSL -I$(STAGING_DIR)/usr/include
|
||||
TARGET_LDFLAGS += -lpolarssl
|
||||
endif
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- a/src/conf.c
|
||||
+++ b/src/conf.c
|
||||
@@ -32,11 +32,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
-#ifdef WRT_TARGET
|
||||
-#include <libconfig/libconfig.h>
|
||||
-#else
|
||||
#include <libconfig.h>
|
||||
-#endif
|
||||
|
||||
#include "types.h"
|
||||
#include "conf.h"
|
Loading…
x
Reference in New Issue
Block a user