aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/lib/uci_firewall.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:32:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:32:18 +0000
commitb3f58703d8fbdda3757c31d884df06c109ec33cb (patch)
tree3ff9422003f770fccb31fa1c7d2712ef6c356326 /package/firewall/files/lib/uci_firewall.sh
parent28b4a86ba338302e49eadb8334c62504b8095e6b (diff)
downloadupstream-b3f58703d8fbdda3757c31d884df06c109ec33cb.tar.gz
upstream-b3f58703d8fbdda3757c31d884df06c109ec33cb.tar.bz2
upstream-b3f58703d8fbdda3757c31d884df06c109ec33cb.zip
AA: Drop legacy firewall package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/lib/uci_firewall.sh')
-rw-r--r--package/firewall/files/lib/uci_firewall.sh5
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
-}