diff options
| -rw-r--r-- | sentinel-fwlogs/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sentinel-fwlogs/Makefile b/sentinel-fwlogs/Makefile index 0f70679..f1b5778 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:=2 +PKG_RELEASE:=3  PKG_SOURCE_PROTO:=git  PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/fwlogs.git @@ -37,7 +37,7 @@ define Package/sentinel-fwlogs      +czmq \      +msgpack-c \      +logc +logc-argp \ -    +libnetfilter-log \ +    +kmod-ipt-nflog +libnetfilter-log \      +sentinel-firewall \      +sentinel-proxy    PROVIDES:=sentinel-nikola  | 
