diff options
| author | Karel Kočí <cynerd@email.cz> | 2020-10-01 13:37:56 +0200 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2020-10-01 13:37:56 +0200 | 
| commit | bc11fb5c765b028203cdcd72fefebca3d78e232f (patch) | |
| tree | 3c15435b206e7435933b86df76c528bc730163da /sentinel-fwlogs | |
| parent | 816a5b167be4cf5cd80d3f21ff357f0e6313144a (diff) | |
| download | openwrt-personal-pkgs-bc11fb5c765b028203cdcd72fefebca3d78e232f.tar.gz openwrt-personal-pkgs-bc11fb5c765b028203cdcd72fefebca3d78e232f.tar.bz2 openwrt-personal-pkgs-bc11fb5c765b028203cdcd72fefebca3d78e232f.zip  | |
sentinel-fwlogs: add missing dependency
Diffstat (limited to 'sentinel-fwlogs')
| -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  | 
