diff options
author | Paul Spooren <mail@aparcar.org> | 2022-01-14 12:23:09 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-01-15 16:36:28 +0100 |
commit | daae59b729987f4a27ee5986bab02f8a2bdb6ef7 (patch) | |
tree | 2dffd33ec29ea7beb5228007911c5000bd20ba98 /target/linux/at91/base-files | |
parent | 9c8ccdcdc86c46e8be52f20e3668f67eff94c8c0 (diff) | |
download | upstream-daae59b729987f4a27ee5986bab02f8a2bdb6ef7.tar.gz upstream-daae59b729987f4a27ee5986bab02f8a2bdb6ef7.tar.bz2 upstream-daae59b729987f4a27ee5986bab02f8a2bdb6ef7.zip |
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@aparcar.org>
Diffstat (limited to 'target/linux/at91/base-files')
-rw-r--r-- | target/linux/at91/base-files/etc/config/firewall | 6 |
1 files changed, 0 insertions, 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 - |