diff options
Diffstat (limited to 'package/firewall/files/lib/uci_firewall.sh')
-rw-r--r-- | package/firewall/files/lib/uci_firewall.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/firewall/files/lib/uci_firewall.sh b/package/firewall/files/lib/uci_firewall.sh deleted file mode 100644 index 7c95a7a939..0000000000 --- a/package/firewall/files/lib/uci_firewall.sh +++ /dev/null @@ -1,5 +0,0 @@ -# This file is here for backwards compatibility and to override the -# uci_firewall.sh from an earlier version. -type fw_is_loaded >/dev/null || { - . /lib/firewall/core.sh -} |