diff options
| author | Paul Spooren | 2022-01-14 11:23:09 +0000 |
|---|---|---|
| committer | Paul Spooren | 2022-01-15 15:36:28 +0000 |
| commit | daae59b729987f4a27ee5986bab02f8a2bdb6ef7 (patch) | |
| tree | 2dffd33ec29ea7beb5228007911c5000bd20ba98 | |
| parent | 9c8ccdcdc86c46e8be52f20e3668f67eff94c8c0 (diff) | |
| download | openwrt-daae59b729987f4a27ee5986bab02f8a2bdb6ef7.tar.gz | |
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>
| -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 - |