aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/lib/uci_firewall.sh
blob: 7c95a7a93923e25cf6ee69384d24da30adbc6dba (plain)
1
2
3
4
5
# 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
}