diff options
-rw-r--r-- | sentinel-fwlogs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sentinel-fwlogs/Makefile b/sentinel-fwlogs/Makefile index f1b5778..32874a9 100644 --- a/sentinel-fwlogs/Makefile +++ b/sentinel-fwlogs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-fwlogs PKG_VERSION:=0.0.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/fwlogs.git @@ -37,8 +37,8 @@ define Package/sentinel-fwlogs +czmq \ +msgpack-c \ +logc +logc-argp \ - +kmod-ipt-nflog +libnetfilter-log \ - +sentinel-firewall \ + +libnetfilter-log \ + +sentinel-firewall +iptables-mod-nflog \ +sentinel-proxy PROVIDES:=sentinel-nikola CONFLICTS:=sentinel-nikola |