]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core200: Don't ship nftables any more and don't uninstall ebtables
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Jan 2026 12:25:49 +0000 (12:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Jan 2026 12:26:48 +0000 (12:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/200/filelists/libnftnl [deleted symlink]
config/rootfiles/core/200/filelists/nftables [deleted symlink]
config/rootfiles/core/200/update.sh

diff --git a/config/rootfiles/core/200/filelists/libnftnl b/config/rootfiles/core/200/filelists/libnftnl
deleted file mode 120000 (symlink)
index de3f8b8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/libnftnl
\ No newline at end of file
diff --git a/config/rootfiles/core/200/filelists/nftables b/config/rootfiles/core/200/filelists/nftables
deleted file mode 120000 (symlink)
index f1d3aa0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/nftables
\ No newline at end of file
index 22b090abf250b2417f7658b5ebec19601cd0d079..b52f1ab82f88bdc35ed93b3c58398707481413b4 100644 (file)
@@ -90,7 +90,7 @@ rm -rvf \
 
 
 # Remove dropped packages
-for package in ebtables libassuan; do \
+for package in libassuan; do \
         if [ -e "/opt/pakfire/db/installed/meta-${package}" ]; then
                 stop_service "${package}"
                 for i in $(</opt/pakfire/db/rootfiles/${package}); do