From: Paul Spooren Date: Fri, 14 Jan 2022 11:23:09 +0000 (+0100) Subject: at91: drop /etc/config/firewall X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=daae59b729987f4a27ee5986bab02f8a2bdb6ef7;p=openwrt%2Fstaging%2Fdedeckeh.git 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 --- 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 -