summaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-11 20:04:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-11 20:04:34 +0000
commitf3dd8278bbc3cc62c35239a2721144e220b24004 (patch)
tree275acc3ef643b0347281335c06d6df52970f33cc /package/firewall/Makefile
parent9499018b9ac80ef74aeac3bffea006855dc11bfe (diff)
downloadmaster-31e0f0ae-f3dd8278bbc3cc62c35239a2721144e220b24004.tar.gz
master-31e0f0ae-f3dd8278bbc3cc62c35239a2721144e220b24004.tar.bz2
master-31e0f0ae-f3dd8278bbc3cc62c35239a2721144e220b24004.zip
firewall: - simplify masquerade rule setup - remove various subshell invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source
SVN-Revision: 23024
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index b6d42cebad..00badcb85e 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
-PKG_RELEASE:=12
+PKG_RELEASE:=13
include $(INCLUDE_DIR)/package.mk