diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-11 20:04:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-11 20:04:34 +0000 |
commit | f3dd8278bbc3cc62c35239a2721144e220b24004 (patch) | |
tree | 275acc3ef643b0347281335c06d6df52970f33cc /package/firewall/Makefile | |
parent | 9499018b9ac80ef74aeac3bffea006855dc11bfe (diff) | |
download | upstream-f3dd8278bbc3cc62c35239a2721144e220b24004.tar.gz upstream-f3dd8278bbc3cc62c35239a2721144e220b24004.tar.bz2 upstream-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/Makefile | 2 |
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 |