[openwrt/openwrt] at91: drop /etc/config/firewall

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 15 07:36:28 PST 2022


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/daae59b729987f4a27ee5986bab02f8a2bdb6ef7

commit daae59b729987f4a27ee5986bab02f8a2bdb6ef7
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Fri Jan 14 12:23:09 2022 +0100

    at91: drop /etc/config/firewall
    
    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 at aparcar.org>
---
 target/linux/at91/base-files/etc/config/firewall | 6 ------
 1 file changed, 6 deletions(-)

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



More information about the lede-commits mailing list