at91: drop /etc/config/firewall
authorPaul Spooren <mail@aparcar.org>
Fri, 14 Jan 2022 11:23:09 +0000 (12:23 +0100)
committerPaul Spooren <mail@aparcar.org>
Sat, 15 Jan 2022 15:36:28 +0000 (16:36 +0100)
The file can't be part of base files or the base-files and firewall
packages collide. Two packages must not provide the same config files
without having a defined CONFLICT since it would result in an
undeterministic config state depending on what package is installed
last.

Signed-off-by: Paul Spooren <mail@aparcar.org>
target/linux/at91/base-files/etc/config/firewall [deleted file]

diff --git a/target/linux/at91/base-files/etc/config/firewall b/target/linux/at91/base-files/etc/config/firewall
deleted file mode 100644 (file)
index f9c860e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-config defaults
-       option syn_flood        1
-       option input            ACCEPT
-       option output           ACCEPT 
-       option forward          REJECT
-