aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/files/lib/uci_firewall.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:21:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:21:44 +0000
commit0dd6753c09a91d9046f9508f6f02c58212df8e5e (patch)
tree8ba0cdeddba484fa7f6a1c5be8e7940b2759d402 /package/network/config/firewall/files/lib/uci_firewall.sh
parenta0e412a616d50b28b1f0eb305ef297af46b3fdf1 (diff)
downloadupstream-0dd6753c09a91d9046f9508f6f02c58212df8e5e.tar.gz
upstream-0dd6753c09a91d9046f9508f6f02c58212df8e5e.tar.bz2
upstream-0dd6753c09a91d9046f9508f6f02c58212df8e5e.zip
Drop legacy firewall package
SVN-Revision: 36837
Diffstat (limited to 'package/network/config/firewall/files/lib/uci_firewall.sh')
-rw-r--r--package/network/config/firewall/files/lib/uci_firewall.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/network/config/firewall/files/lib/uci_firewall.sh b/package/network/config/firewall/files/lib/uci_firewall.sh
deleted file mode 100644
index 7c95a7a939..0000000000
--- a/package/network/config/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
-}