@ -8,7 +8,7 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := netdata
PKG_NAME := netdata
PKG_VERSION := 1.7 .0
PKG_VERSION := 1.8 .0
PKG_RELEASE := 1
PKG_RELEASE := 1
PKG_MAINTAINER := Daniel Engberg <daniel.engberg.lists@pyret.net>
PKG_MAINTAINER := Daniel Engberg <daniel.engberg.lists@pyret.net>
PKG_LICENSE := GPL-3.0
PKG_LICENSE := GPL-3.0
@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://github.com/firehol/netdata/releases/download/v$( PKG_VERSION)
PKG_SOURCE_URL := https://github.com/firehol/netdata/releases/download/v$( PKG_VERSION)
PKG_HASH := 7fa23ceaccf6548fba165cd4839ce694784b2fcf7f90de0a0162b9c529805fc0
PKG_HASH := 1624a3b02f07dc8881b8edd5899049d4d3d53e485424ffb2fb65a322e2ff82c3
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_FIXUP := autoreconf
PKG_FIXUP := autoreconf
@ -36,6 +36,9 @@ define Package/netdata/description
monitoring for Linux systems, applications and SNMP devices over the web.
monitoring for Linux systems, applications and SNMP devices over the web.
e n d e f
e n d e f
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections
CONFIGURE_ARGS += --with-zlib --with-math --disable-x86-sse --disable-lto
CONFIGURE_ARGS += --with-zlib --with-math --disable-x86-sse --disable-lto
d e f i n e P a c k a g e / n e t d a t a / c o n f f i l e s
d e f i n e P a c k a g e / n e t d a t a / c o n f f i l e s
@ -58,8 +61,6 @@ define Package/netdata/install
mkdir -p $( 1) /usr/lib/netdata
mkdir -p $( 1) /usr/lib/netdata
$( CP) $( PKG_INSTALL_DIR) /usr/lib/netdata $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/netdata $( 1) /usr/lib
rm $( 1) /usr/lib/netdata/python.d/python-modules-installer.sh
rm $( 1) /usr/lib/netdata/python.d/python-modules-installer.sh
rm -rf $( 1) /usr/lib/netdata/python.d/python_modules/pyyaml2
rm -rf $( 1) /usr/lib/netdata/python.d/python_modules/pyyaml3
chmod 4755 $( 1) /usr/lib/netdata/plugins.d/apps.plugin
chmod 4755 $( 1) /usr/lib/netdata/plugins.d/apps.plugin
mkdir -p $( 1) /etc/init.d
mkdir -p $( 1) /etc/init.d
$( INSTALL_BIN) ./files/netdata.init $( 1) /etc/init.d/netdata
$( INSTALL_BIN) ./files/netdata.init $( 1) /etc/init.d/netdata