[orion]: versioned files and dirs still make no sense when you support only a single...
[openwrt.git] / package / network / config / firewall / files / lib / uci_firewall.sh
1 # This file is here for backwards compatibility and to override the
2 # uci_firewall.sh from an earlier version.
3 type fw_is_loaded >/dev/null || {
4         . /lib/firewall/core.sh
5 }