From be56c36b00809e84c1968d1e2848ef5fd3dfcdc9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 May 2021 14:48:59 +0000 Subject: [PATCH] core157: Ship getipstat and iptables.cgi and bump guardian Signed-off-by: Michael Tremer --- config/rootfiles/core/157/filelists/files | 2 ++ lfs/guardian | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/157/filelists/files b/config/rootfiles/core/157/filelists/files index 9afab90872..2bad4ad52a 100644 --- a/config/rootfiles/core/157/filelists/files +++ b/config/rootfiles/core/157/filelists/files @@ -1,3 +1,5 @@ srv/web/ipfire/cgi-bin/getrrdimage.cgi +srv/web/ipfire/cgi-bin/iptables.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css +usr/local/bin/getipstat var/ipfire/network-functions.pl diff --git a/lfs/guardian b/lfs/guardian index ecc8fd24eb..1d9a2f2921 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 22 +PAK_VER = 23 DEPS = perl-inotify2 perl-Net-IP -- 2.39.5