1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 08:04:37 +03:00
openwrt-xburst/package/network/config/firewall/files/lib/uci_firewall.sh
nbd 9c8997d54d packages: sort network related packages into package/network/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 12:32:29 +00:00

6 lines
172 B
Bash

# 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
}