From 4eed0341c4eeed7f0d2cca5f0c9d20b0a4367de1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 18 Jan 2023 23:24:53 +0000 Subject: [PATCH] Core Update 173: Ship iptables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/173/filelists/iptables | 1 + config/rootfiles/core/173/update.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 120000 config/rootfiles/core/173/filelists/iptables diff --git a/config/rootfiles/core/173/filelists/iptables b/config/rootfiles/core/173/filelists/iptables new file mode 120000 index 0000000000..8caf12bccb --- /dev/null +++ b/config/rootfiles/core/173/filelists/iptables @@ -0,0 +1 @@ +../../../common/iptables \ No newline at end of file diff --git a/config/rootfiles/core/173/update.sh b/config/rootfiles/core/173/update.sh index fd5d6a5125..e268d143e0 100644 --- a/config/rootfiles/core/173/update.sh +++ b/config/rootfiles/core/173/update.sh @@ -93,6 +93,13 @@ extract_files ldconfig # Remove files +rm -rvf \ + /lib/xtables/libip6t_LOG.so \ + /lib/xtables/libip6t_MASQUERADE.so \ + /lib/xtables/libip6t_SNAT.so \ + /lib/xtables/libipt_LOG.so \ + /lib/xtables/libipt_MASQUERADE.so \ + /lib/xtables/libipt_SNAT.so # Remove spandsp add-on, if installed for addon in spandsp; do -- 2.39.5