diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-06 15:01:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-06 15:01:58 +0200 |
commit | 033f0f48bad807b145aabf58617846e69b9df9c0 (patch) | |
tree | 378f70f2f92914e0e181e20d3078c5efa2b9151c /sentinel-fwlogs | |
parent | bc11fb5c765b028203cdcd72fefebca3d78e232f (diff) | |
download | openwrt-personal-pkgs-033f0f48bad807b145aabf58617846e69b9df9c0.tar.gz openwrt-personal-pkgs-033f0f48bad807b145aabf58617846e69b9df9c0.tar.bz2 openwrt-personal-pkgs-033f0f48bad807b145aabf58617846e69b9df9c0.zip |
sentinel-fwlogs: fix missing dependency
Diffstat (limited to 'sentinel-fwlogs')
-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 |