ulogd2: Build IPFIX module
add ulogd_output_IPFIX.so to ulogd-mod-extra Signed-off-by: Sebastian Fleer <dev@dwurp.de>
This commit is contained in:
parent
0849e32659
commit
3a06581ad7
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ulogd
|
PKG_NAME:=ulogd
|
||||||
PKG_VERSION:=2.0.7
|
PKG_VERSION:=2.0.7
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
|
PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
|
||||||
|
@ -188,6 +188,7 @@ ULOGD_EXTRA_PLUGINS:= \
|
||||||
inppkt_UNIXSOCK \
|
inppkt_UNIXSOCK \
|
||||||
output_GPRINT \
|
output_GPRINT \
|
||||||
output_GRAPHITE \
|
output_GRAPHITE \
|
||||||
|
output_IPFIX \
|
||||||
output_LOGEMU \
|
output_LOGEMU \
|
||||||
output_OPRINT \
|
output_OPRINT \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue