openwrt : move to the single firewall include

This commit is contained in:
bolvan
2019-05-16 13:35:07 +03:00
parent a8aeee6f2e
commit 80d42f5d44
25 changed files with 138 additions and 230 deletions

View File

@@ -292,7 +292,7 @@ do_tpws()
create_ipset()
{
echo "Creating ipset"
"$IPSET_CR"
"$IPSET_CR" "$@"
}