diff options
author | Karel Kočí <cynerd@email.cz> | 2020-09-29 14:04:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-09-29 14:04:06 +0200 |
commit | 816a5b167be4cf5cd80d3f21ff357f0e6313144a (patch) | |
tree | 0c27ab1cbce665d2895ad9d97d30a55d787f324d | |
parent | 65ee98828b7d4efcb44f8360328ada6653cab1d3 (diff) | |
download | openwrt-personal-pkgs-816a5b167be4cf5cd80d3f21ff357f0e6313144a.tar.gz openwrt-personal-pkgs-816a5b167be4cf5cd80d3f21ff357f0e6313144a.tar.bz2 openwrt-personal-pkgs-816a5b167be4cf5cd80d3f21ff357f0e6313144a.zip |
sentinel-fwlogs: add missing file
-rw-r--r-- | sentinel-fwlogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sentinel-fwlogs/Makefile b/sentinel-fwlogs/Makefile index 8b7b0a9..0f70679 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:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/fwlogs.git @@ -60,6 +60,7 @@ define Package/sentinel-fwlogs/install $(INSTALL_DIR) $(1)/usr/libexec/sentinel/firewall.d $(INSTALL_BIN) ./files/sentinel-firewall.sh $(1)/usr/libexec/sentinel/firewall.d/60-fwlogs.sh + $(INSTALL_DATA) ./files/defaults.sh $(1)/usr/libexec/sentinel/fwlogs-defaults.sh $(INSTALL_DIR) $(1)/usr/libexec/sentinel/reload_hooks.d $(INSTALL_BIN) ./files/restart-proxy-hook.sh $(1)/usr/libexec/sentinel/reload_hooks.d/50_nikola.sh |