Browse Source

collectd: remove libip4tc dependency

Base collectd doesn't require libip4tc as stated in the collectd git:

* libiptc (optional)
For querying iptables counters
<http://netfilter.org/>

And libip4tc is already added as a dependency in the iptables plugin
because it needs it, so remove this dependency from the default collectd
to make it compatible with the new nftables firewall4 (by not selecting
any iptables components).

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
lilik-openwrt-22.03
Tiago Gaspar 2 years ago
committed by Hannu Nyman
parent
commit
fadc0db74a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      utils/collectd/Makefile

+ 1
- 2
utils/collectd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.12.0
PKG_RELEASE:=15
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \
@ -229,7 +229,6 @@ $(call Package/collectd/Default)
DEPENDS:= +libpthread \
+zlib \
+libltdl \
+libip4tc \
+jshn \
+PACKAGE_collectd-mod-lua:liblua
MENU:=1


Loading…
Cancel
Save